Skip to content

Commit

Permalink
ok now what
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Aug 16, 2024
1 parent da50f02 commit 367fc9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def deployModules = tasks.register("deployModules") {
// dependsOn deployBase
// mustRunAfter deployBase

dependsOn 'deployBase', ':library-exo:artifactoryPublish', ':library-ima:artifactoryPublish'
dependsOn ':library-exo:artifactoryPublish', ':library-ima:artifactoryPublish'
// mustRunAfter 'deployBase'
// mustRunAfter ':library-exo:artifactoryPublish'
// mustRunAfter ':library-ima:artifactoryPublish'

Expand All @@ -41,6 +42,11 @@ def deployBase = tasks.register("deployBase") {
group 'publishing'
}

deployModules.configure {
dependsOn deployBase
mustRunAfter deployBase
}

deployModules.configure {
mustRunAfter deployBase
}
Expand Down

0 comments on commit 367fc9f

Please sign in to comment.