Skip to content

Commit

Permalink
Extend publishXToMavenLocal explicit dependencies to all repo tasks (#…
Browse files Browse the repository at this point in the history
…8823)

* Extend publishXToMavenLocal explicit dependencies to all repo tasks

Signed-off-by: Christopher Cook <[email protected]>

* Simplify expression

Signed-off-by: Christopher Cook <[email protected]>
Signed-off-by: ccook-ibm <[email protected]>

---------

Signed-off-by: Christopher Cook <[email protected]>
Signed-off-by: ccook-ibm <[email protected]>
  • Loading branch information
ccook-ibm authored Jul 25, 2023
1 parent 6786608 commit 96ce9de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/lang-painless/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ shadowJar {

tasks.validateNebulaPom.dependsOn tasks.generatePomFileForShadowPublication
tasks.validateShadowPom.dependsOn tasks.generatePomFileForNebulaPublication
tasks.publishNebulaPublicationToMavenLocal.dependsOn tasks.generatePomFileForShadowPublication
tasks.publishShadowPublicationToMavenLocal.dependsOn tasks.generatePomFileForNebulaPublication
tasks.withType(AbstractPublishToMaven)*.dependsOn "generatePomFileForShadowPublication", "generatePomFileForNebulaPublication"

tasks.named("dependencyLicenses").configure {
mapping from: /asm-.*/, to: 'asm'
Expand Down

0 comments on commit 96ce9de

Please sign in to comment.