9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-22 08:29:20 +00:00

Fixed shading

This commit is contained in:
Auxilor
2021-01-01 15:16:38 +00:00
parent 87a12a450f
commit 39e0056dcf

View File

@@ -81,9 +81,9 @@ clean.doLast {
}
shadowJar {
relocate('org.apache.maven', 'com.willfp.ecoenchants.eco.shaded.maven')
relocate('org.bstats', 'com.willfp.ecoenchants.eco.shaded.bstats')
relocate('com.willfp.eco.', 'com.willfp.ecoenchants.eco.') // Dot is to prevent plugin being shaded into itself
relocate('org.apache.maven', 'com.willfp.illusioner.eco.shaded.maven')
relocate('org.bstats', 'com.willfp.illusioner.eco.shaded.bstats')
relocate('com.willfp.eco.', 'com.willfp.illusioner.eco.')
archiveFileName = findProperty("plugin-name") + " v" + findProperty("version") + ".jar"
}