Skip to content

Commit 67874d4

Browse files
author
Alex Danilenko
committed
deploy fix
1 parent 6e5472d commit 67874d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ publishing {
7070

7171
signing {
7272
def signingKey = System.getenv("MAVEN_GPG_KEY")
73-
def signingKeyId = System.getenv("MAVEN_GPG_KEY_ID")
7473
def signingPassword = System.getenv("MAVEN_GPG_KEY_PASSWORD")
7574

76-
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
75+
useInMemoryPgpKeys(signingKey, signingPassword)
7776

7877
sign publishing.publications.mavenJava
7978
}

0 commit comments

Comments
 (0)