Skip to content

Commit c954e2c

Browse files
small fix
1 parent ffe0f3f commit c954e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/commonMain/kotlin/dev/inmo/kmppscriptbuilder/core/export/CentralSonatypeUploadingPart.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != n
4141
.build()
4242
def uploadResponse = client.send(uploadRequest, HttpResponse.BodyHandlers.ofString())
4343
if (uploadResponse.statusCode() != 200) {
44-
throw IllegalStateException("Faced error of uploading for repo with key ${"$"}it. Response: ${"$"}uploadResponse")
44+
throw new IllegalStateException("Faced error of uploading for repo with key ${"$"}it. Response: ${"$"}uploadResponse")
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)