Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish authored Mar 4, 2024
1 parent 53a25b7 commit 44552f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,5 @@ if (System.getenv('GPG_SIGNING_KEY')) {
final signingPassword = System.getenv('GPG_KEY_PASSWORD') ?: ''
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.mavenJava
sign publishing.publications.transform
}
}

0 comments on commit 44552f9

Please sign in to comment.