Skip to content

Commit

Permalink
debug signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet committed Jun 3, 2022
1 parent 810cebe commit e55e8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/ConfigurePublishing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ fun Project.configurePublishing() {
setProperty("mavenCentralPassword", System.getenv("OSSRH_PASSWORD"))
}

println("signing key length: " + properties["signingInMemoryKey"]?.toString()?.length)

configure<MavenPublishBaseExtension> {
configure(KotlinJvm(JavadocJar.Empty()))
publishToMavenCentral(SonatypeHost.DEFAULT)
Expand Down

0 comments on commit e55e8d9

Please sign in to comment.