mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-24 15:25:18 +01:00
More gradle
This commit is contained in:
parent
5a80a86a08
commit
508c85eda8
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user