Skip to content

Commit f9207f9

Browse files
committed
Fix sonatype central publishing script
1 parent 66c3b45 commit f9207f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/sonatype-central.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ tasks.register("publishSnapshotToCentral") {
145145
// Add file part
146146
writer.append("--" + boundary).append("\r\n")
147147
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")
148+
writer.append("Content-Type: application/octet-stream").append("\r\n")
149149
writer.append("\r\n")
150150
writer.flush()
151151

0 commit comments

Comments
 (0)