Skip to content

Commit 87ade66

Browse files
Include task publishPluginZipPublicationToMavenLocal
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent c390d00 commit 87ade66

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ task integTest(type: RestIntegTestTask) {
188188
}
189189
tasks.named("check").configure { dependsOn(integTest) }
190190

191+
tasks.generatePomFileForPluginZipPublication.dependsOn publishNebulaPublicationToMavenLocal
192+
191193
integTest {
192194
if (project.hasProperty('excludeTests')) {
193195
project.properties['excludeTests']?.replaceAll('\\s', '')?.split('[,;]')?.each {

release-notes/opensearch.job-scheduler.release-notes-2.12.0.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Compatible with OpenSearch 2.12.0
1515
* Update `com.netflix.nebula.ospackage` from 11.5.0 to 11.6.0 ([#551](https://github.com/opensearch-project/job-scheduler/pull/551)).
1616
* Update `com.diffplug.spotless` from 6.22.0 to 6.25.0 ([#558](https://github.com/opensearch-project/job-scheduler/pull/558)).
1717
* Fix backport workflow ([#533](https://github.com/opensearch-project/job-scheduler/pull/533)).
18+
* Enable `publishPluginZipPublicationToMavenLocal` gradle task to publish job-scheduler plugin zip to maven local ([#584](https://github.com/opensearch-project/job-scheduler/pull/584)).

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ project(":spi").name = rootProject.name + "-spi"
1010

1111
include "sample-extension-plugin"
1212
project(":sample-extension-plugin").name = rootProject.name + "-sample-extension"
13-
startParameter.excludedTaskNames=["publishPluginZipPublicationToMavenLocal", "publishPluginZipPublicationToStagingRepository"]
13+
startParameter.excludedTaskNames=["publishPluginZipPublicationToStagingRepository"]

0 commit comments

Comments
 (0)