Skip to content

Commit

Permalink
Add signAll task that signs all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
serjsysoev committed Sep 24, 2024
1 parent e1ad90f commit b1d593d
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 b1d593d

Please sign in to comment.