There was an error while loading. Please reload this page.
1 parent 21256ff commit ea3de93Copy full SHA for ea3de93
1 file changed
build.gradle
@@ -94,8 +94,8 @@ tasks.named("check") {
94
mavenPublishing {
95
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
96
97
- def signingInMemoryKey = findProperty("ORG_GRADLE_PROJECT_signingInMemoryKey")
98
- def signingInMemoryKeyPassword = findProperty("ORG_GRADLE_PROJECT_signingInMemoryKeyPassword")
+ def signingInMemoryKey = findProperty("signingInMemoryKey")
+ def signingInMemoryKeyPassword = findProperty("signingInMemoryKeyPassword")
99
if (signingInMemoryKey && signingInMemoryKeyPassword) {
100
signAllPublications()
101
}
0 commit comments