Skip to content

Commit

Permalink
Testing without signing key id.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
  • Loading branch information
Johannestegner committed Oct 8, 2020
1 parent 569448d commit 704935c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ publishing {
}

signing {
def signingKeyId = "4ED1648B5E695E6A"
def signingKey = findProperty("signingKey") ?: "key"
def signingPassword = findProperty("signingPassword") ?: "pass"
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.mavenJava
}

Expand Down

0 comments on commit 704935c

Please sign in to comment.