Skip to content

Commit

Permalink
Another test...
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed Oct 8, 2020
1 parent ec51014 commit 569448d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ publishing {
}

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

Expand Down

0 comments on commit 569448d

Please sign in to comment.