We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5e48d commit ff9f074Copy full SHA for ff9f074
src/main/groovy/io/nextflow/gradle/registry/RegistryClient.groovy
@@ -127,6 +127,7 @@ class RegistryClient {
127
writer.append("--${boundary}").append(lineEnd)
128
writer.append("Content-Disposition: form-data; name=\"definitions\"").append(lineEnd)
129
writer.append("Content-Type: application/json").append(lineEnd)
130
+ writer.append(lineEnd)
131
writer.append(indexFile.text).append(lineEnd)
132
writer.append(lineEnd)
133
0 commit comments