More gradle

This commit is contained in:
BuildTools 2020-11-17 14:30:13 +00:00
parent 5a80a86a08
commit 508c85eda8

View File

@ -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"
}