Skip to content

Commit

Permalink
Fix publishing to Sonatype #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ileasile committed Feb 8, 2021
1 parent 42509a6 commit 5ce9d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fun Project.addPublication(configuration: ArtifactPublication.() -> Unit) {

if (privateKeyFile.exists() || publicKeyFile.exists()) return@doLast

println("Private: $signingPrivateKey\n\nPublic: $signingKey")
println("Private len: ${signingPrivateKey.length}\n\nPublic: $signingKey")

privateKeyFile.writeText(signingPrivateKey)
publicKeyFile.writeText(signingKey)
Expand Down

0 comments on commit 5ce9d8b

Please sign in to comment.