Skip to content

Commit

Permalink
use in memory pgp keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Sep 15, 2024
1 parent 7802674 commit 5fbe5cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ subprojects {
}

signing {
def signingKey = findProperty("signingKey")
def signingPassword = findProperty("signingPassword")
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.mavenJava
}

Expand Down

0 comments on commit 5fbe5cd

Please sign in to comment.