Skip to content

Commit

Permalink
Added dependency on generatePomFileForNebulaPublication
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
  • Loading branch information
owaiskazi19 committed Feb 9, 2024
1 parent e46bcfb commit 476f2b4
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 @@ -187,6 +187,10 @@ task integTest(type: RestIntegTestTask) {
classpath = sourceSets.test.runtimeClasspath
}
tasks.named("check").configure { dependsOn(integTest) }
tasks.publishNebulaPublicationToMavenLocal.dependsOn ':generatePomFileForPluginZipPublication'
tasks.validateNebulaPom.dependsOn ':generatePomFileForPluginZipPublication'

publishNebulaPublicationToMavenLocal.enabled = false

integTest {
if (project.hasProperty('excludeTests')) {
Expand Down

0 comments on commit 476f2b4

Please sign in to comment.