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) (#8882)

* Extend publishXToMavenLocal explicit dependencies to all repo tasks



* Simplify expression




---------



(cherry picked from commit 96ce9de)

Signed-off-by: Christopher Cook <[email protected]>
Signed-off-by: ccook-ibm <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 991d5b9 commit c3b67b9
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 c3b67b9

Please sign in to comment.