diff --git a/build.gradle b/build.gradle index 007582f..fac55df 100644 --- a/build.gradle +++ b/build.gradle @@ -94,8 +94,8 @@ tasks.named("check") { mavenPublishing { publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) - def signingInMemoryKey = findProperty("ORG_GRADLE_PROJECT_signingInMemoryKey") - def signingInMemoryKeyPassword = findProperty("ORG_GRADLE_PROJECT_signingInMemoryKeyPassword") + def signingInMemoryKey = findProperty("signingInMemoryKey") + def signingInMemoryKeyPassword = findProperty("signingInMemoryKeyPassword") if (signingInMemoryKey && signingInMemoryKeyPassword) { signAllPublications() }