Skip to content

Commit ea3de93

Browse files
authored
Update build.gradle (#66)
1 parent 21256ff commit ea3de93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ tasks.named("check") {
9494
mavenPublishing {
9595
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
9696

97-
def signingInMemoryKey = findProperty("ORG_GRADLE_PROJECT_signingInMemoryKey")
98-
def signingInMemoryKeyPassword = findProperty("ORG_GRADLE_PROJECT_signingInMemoryKeyPassword")
97+
def signingInMemoryKey = findProperty("signingInMemoryKey")
98+
def signingInMemoryKeyPassword = findProperty("signingInMemoryKeyPassword")
9999
if (signingInMemoryKey && signingInMemoryKeyPassword) {
100100
signAllPublications()
101101
}

0 commit comments

Comments
 (0)