diff --git a/build.gradle b/build.gradle index 788a176..3724d56 100644 --- a/build.gradle +++ b/build.gradle @@ -148,8 +148,8 @@ publishing { } signing { - def signingKey = findProperty("signing.privateKey") - def signingPassword = findProperty("signing.password") + def signingKey = findProperty("signingPrivateKey") + def signingPassword = findProperty("signingPassword") useInMemoryPgpKeys(signingKey, signingPassword) sign publishing.publications } \ No newline at end of file