Skip to content

Commit

Permalink
Support Gradle 7. Fixing publishing to Maven Local for plugins (#1624)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Nov 30, 2021
1 parent 8bf6fa6 commit 231c29f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ if (project != rootProject) {
tasks.named("validatePluginMavenPom").configure {
dependsOn("generatePomFileForNebulaPublication")
}
tasks.named("publishPluginMavenPublicationToMavenLocal").configure {
dependsOn("generatePomFileForNebulaPublication")
}
}

publishing.publications.named("nebula").configure {
Expand Down

0 comments on commit 231c29f

Please sign in to comment.