Skip to content

Commit

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

* Extend publishXToMavenLocal explicit dependencies to all repo tasks

Signed-off-by: Christopher Cook <ccook@ibm.com>

* Simplify expression

Signed-off-by: Christopher Cook <ccook@ibm.com>
Signed-off-by: ccook-ibm <ccook@ibm.com>

---------

Signed-off-by: Christopher Cook <ccook@ibm.com>
Signed-off-by: ccook-ibm <ccook@ibm.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
  • Loading branch information
ccook-ibm authored and shiv0408 committed Apr 25, 2024
1 parent d3401e8 commit fec55ae
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 fec55ae

Please sign in to comment.