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 569448d commit 704935cCopy full SHA for 704935c
build.gradle
@@ -93,10 +93,9 @@ publishing {
93
}
94
95
signing {
96
- def signingKeyId = "4ED1648B5E695E6A"
97
def signingKey = findProperty("signingKey") ?: "key"
98
def signingPassword = findProperty("signingPassword") ?: "pass"
99
- useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
+ useInMemoryPgpKeys(signingKey, signingPassword)
100
sign publishing.publications.mavenJava
101
102
0 commit comments