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 994e6c6 commit f182420Copy full SHA for f182420
build.gradle
@@ -552,9 +552,9 @@ publishing {
552
}
553
554
signing {
555
- def signingKey = findProperty("signingKey")
556
- def signingPassword = findProperty("signingPassword")
557
- useInMemoryPgpKeys(signingKey, signingPassword)
+ //def signingKey = findProperty("signingKey")
+ //def signingPassword = findProperty("signingPassword")
+ //useInMemoryPgpKeys(signingKey, signingPassword)
558
sign publishing.publications.mavenJava
559
560
0 commit comments