Skip to content

Commit

Permalink
Add generatePomFileForPluginZipPublication as dependency of publishNe…
Browse files Browse the repository at this point in the history
…bulaPublicationToSnapshotsRepository (#360)

* Fix gradle failure on generatePomFileForPluginZipPublication

Signed-off-by: Craig Perkins <[email protected]>

* Add explicit dependency on generatePomFileForPluginZipPublication

Signed-off-by: Craig Perkins <[email protected]>

* Disable validateNebulaPom

Signed-off-by: Craig Perkins <[email protected]>

---------

Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit 3009325)
  • Loading branch information
cwperks authored and github-actions[bot] committed Apr 12, 2023
1 parent b8cc244 commit 76fa1b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ forbiddenApisTest.ignoreFailures = true
validateNebulaPom.enabled = false
loggerUsageCheck.enabled = false

tasks.matching {it.path in [":publishNebulaPublicationToSnapshotsRepository"]}.all { task ->
task.dependsOn 'generatePomFileForPluginZipPublication'
}

opensearchplugin {
name 'opensearch-job-scheduler'
description 'OpenSearch Job Scheduler plugin'
Expand Down

0 comments on commit 76fa1b7

Please sign in to comment.