Skip to content

Commit

Permalink
Use gpg-agent for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 9, 2022
1 parent cb10357 commit 08de490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ publishing {
}

signing {
useGpgCmd()
sign(publishing.publications)
isRequired = !project.version.toString().contains("SNAPSHOT")
}
Expand Down

0 comments on commit 08de490

Please sign in to comment.