From ff21b87e1caf0823ee9415ea7fd20bba6e16b314 Mon Sep 17 00:00:00 2001 From: Henning Kasch Date: Sat, 16 Oct 2021 11:21:33 +0200 Subject: [PATCH] Remove maven plugin --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 925f36d..72f2787 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,5 @@ plugins { id "java" - // for local testing with "gradle install" - id "maven" } repositories { @@ -38,4 +36,4 @@ task createArchives(type: Tar) { destinationDirectory = file("$buildDir/archives") } } -} \ No newline at end of file +}