Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update signing plugin to allow GPG agent usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jan 15, 2021
1 parent d48eb5d commit c3bdd85
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 @@ -339,6 +339,9 @@ subprojects {

signing {
required false
if (rootProject.hasProperty('signingUseGpgCmd')) {
useGpgCmd()
}
sign configurations.archives
}

Expand Down

0 comments on commit c3bdd85

Please sign in to comment.