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: Ivan Brusic <ivan.brusic@flocksafety.com>
  • Loading branch information
ccook-ibm authored and brusic committed Sep 25, 2023
1 parent b77234d commit d0dc634
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 d0dc634

Please sign in to comment.