Skip to content

Commit

Permalink
fix broken publishToMavenLocal in the root project
Browse files Browse the repository at this point in the history
reference: opensearch-project/job-scheduler#586

Signed-off-by: bowenlan-amzn <[email protected]>
  • Loading branch information
bowenlan-amzn committed Jul 18, 2024
1 parent 0ac4d8b commit af46e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ publishing {
}
}

tasks.generatePomFileForPluginZipPublication.dependsOn publishNebulaPublicationToMavenLocal

plugins.withId('java') {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
}
Expand Down

0 comments on commit af46e27

Please sign in to comment.