From d128d22f83863516b5226c5b50c66a87b0f0adfb Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 19 May 2025 14:48:40 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() }