Skip to content

Commit

Permalink
Update publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Aug 30, 2023
1 parent 89cd03c commit c6b075c
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 @@ -177,6 +177,11 @@ tasks {
ex.awaitTermination(10, TimeUnit.SECONDS)
}


publishAllPublicationsToHangar {
dependsOn(shadowJar)
}

shadowJar {
dependsOn(extraDeps)
archiveClassifier.set("")
Expand Down

0 comments on commit c6b075c

Please sign in to comment.