Support Gradle 7. Fixing publishing to Maven Local for plugins (#1624)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
Andriy Redko 2021-11-29 23:17:20 -05:00 committed by GitHub
parent 8bf6fa6b4f
commit 231c29f418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -263,6 +263,9 @@ if (project != rootProject) {
tasks.named("validatePluginMavenPom").configure {
dependsOn("generatePomFileForNebulaPublication")
}
tasks.named("publishPluginMavenPublicationToMavenLocal").configure {
dependsOn("generatePomFileForNebulaPublication")
}
}
publishing.publications.named("nebula").configure {