Skip to content

Commit 704935c

Browse files
Testing without signing key id.
Signed-off-by: Johannes Tegnér <[email protected]>
1 parent 569448d commit 704935c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ publishing {
9393
}
9494

9595
signing {
96-
def signingKeyId = "4ED1648B5E695E6A"
9796
def signingKey = findProperty("signingKey") ?: "key"
9897
def signingPassword = findProperty("signingPassword") ?: "pass"
99-
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
98+
useInMemoryPgpKeys(signingKey, signingPassword)
10099
sign publishing.publications.mavenJava
101100
}
102101

0 commit comments

Comments
 (0)