Skip to content

Commit

Permalink
Fix Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Scogun committed Nov 6, 2023
1 parent 21bc275 commit 06a6fda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ publishing {
signing {
sign(publishing.publications)
}

tasks.withType<AbstractPublishToMaven>().configureEach {
val signingTasks = tasks.withType<Sign>()
mustRunAfter(signingTasks)
}

0 comments on commit 06a6fda

Please sign in to comment.