Skip to content

Commit

Permalink
Revert "Remove signing details."
Browse files Browse the repository at this point in the history
This reverts commit 39168a0.
  • Loading branch information
alexdlaird committed Jan 28, 2025
1 parent 39168a0 commit 055054b
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 @@ -136,6 +136,9 @@ nexusPublishing {

signing {
required { gradle.taskGraph.hasTask("publish") }
def signingKey = System.getenv("GPG_PRIVATE_KEY")
def signingPassword = System.getenv("GPG_PASSPHRASE")
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.javaLibrary
}

Expand Down

0 comments on commit 055054b

Please sign in to comment.