Skip to content

Commit

Permalink
adding more dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ry4n committed Oct 28, 2024
1 parent ce3ce7f commit a6530fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ tasks.register('addDependencies') {

distZip.dependsOn addDependencies
distTar.dependsOn addDependencies

distZip.dependsOn signArchives
distTar.dependsOn signArchives

rootProject.subprojects.each {
if (it != project) {
Expand Down

0 comments on commit a6530fb

Please sign in to comment.