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 66c3b45 commit f9207f9Copy full SHA for f9207f9
gradle/sonatype-central.gradle
@@ -145,7 +145,7 @@ tasks.register("publishSnapshotToCentral") {
145
// Add file part
146
writer.append("--" + boundary).append("\r\n")
147
writer.append("Content-Disposition: form-data; name=\"file\"; filename=\"" + file.name + "\"").append("\r\n")
148
- writer.append("Content-Type": "application/octet-stream").append("\r\n")
+ writer.append("Content-Type: application/octet-stream").append("\r\n")
149
writer.append("\r\n")
150
writer.flush()
151
0 commit comments