From 0a4782cc39901873ea5641dc6b27c80a985e8ce7 Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Tue, 11 Oct 2022 11:32:01 -0700 Subject: [PATCH] Migrate to com.netflix.nebula.plugin-plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85fd924..40ad4f4 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ * limitations under the License. */ plugins { - id 'nebula.plugin-plugin' version '17.0.0' + id 'com.netflix.nebula.plugin-plugin' version '19.0.1' } description 'Gradle plugin to ease use of ivy-publish and maven-publish'