Skip to content

Commit

Permalink
Add dependency between sign and publish tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 5, 2024
1 parent 1e07aef commit d8a7a34
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 @@ -268,3 +268,7 @@ signing {
sign(publishing.publications)
}
}

tasks.withType<AbstractPublishToMaven>().configureEach {
dependsOn(tasks.withType<Sign>())
}

0 comments on commit d8a7a34

Please sign in to comment.