Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Nov 22, 2024
1 parent 751184a commit 8122750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ signing {

def signingKey = findProperty("signingKey")
def signingPassword = findProperty("signingPassword")

if (signingKey && signingPassword) {
useInMemoryPgpKeys(signingKey as String, signingPassword as String)
sign publishing.publications.mavenJava
Expand Down

0 comments on commit 8122750

Please sign in to comment.