From 508c85eda858e0f7465ba4c8edefb0371712f7f1 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 17 Nov 2020 14:30:13 +0000 Subject: [PATCH] More gradle --- Plugin/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Plugin/build.gradle b/Plugin/build.gradle index 20f28a85..dc761fcb 100644 --- a/Plugin/build.gradle +++ b/Plugin/build.gradle @@ -36,10 +36,7 @@ shadowJar { relocate('org.bstats.bukkit', 'com.willfp.ecoenchants.shaded.bstats') relocate('org.jetbrains', 'com.willfp.ecoenchants.shaded.jetbrains') relocate('org.intellij', 'com.willfp.ecoenchants.shaded.intellij') - relocate('org.apache.maven', 'com.willfp.ecoenchants.shaded.maven') { - exclude 'org.codehaus.plexus.util' - } - relocate('org.codehaus.plexus.util', 'com.willfp.ecoenchants.shaded.plexus') + relocate('org.apache.maven', 'com.willfp.ecoenchants.shaded.maven') archiveName = findProperty("plugin-name") + " v" + findProperty("version") + ".jar" }