Skip to content

Commit

Permalink
Merge pull request #112 from serjsysoev/signall
Browse files Browse the repository at this point in the history
Add signAll task that signs all artifacts
  • Loading branch information
amaembo authored Sep 25, 2024
2 parents e1ad90f + b1d593d commit daa4789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,7 @@ signing {
sign(publishing.publications)
signatories = GpgSignSignatoryProvider()
}

tasks.register("signAll") {
dependsOn(tasks.withType<Sign>())
}

0 comments on commit daa4789

Please sign in to comment.