Skip to content

Commit

Permalink
Use gpg command for signing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 31, 2023
1 parent 724f5f3 commit 90a7fe8
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 @@ -130,6 +130,7 @@ def signArtifacts = !project.version.contains('SNAPSHOT')

if (signArtifacts) {
signing {
useGpgCmd()
sign(publishing.publications)
}
}
Expand Down

0 comments on commit 90a7fe8

Please sign in to comment.