mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-22 16:39:25 +00:00
Fixed shading
This commit is contained in:
@@ -81,9 +81,9 @@ clean.doLast {
|
|||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
relocate('org.apache.maven', 'com.willfp.ecoenchants.eco.shaded.maven')
|
relocate('org.apache.maven', 'com.willfp.illusioner.eco.shaded.maven')
|
||||||
relocate('org.bstats', 'com.willfp.ecoenchants.eco.shaded.bstats')
|
relocate('org.bstats', 'com.willfp.illusioner.eco.shaded.bstats')
|
||||||
relocate('com.willfp.eco.', 'com.willfp.ecoenchants.eco.') // Dot is to prevent plugin being shaded into itself
|
relocate('com.willfp.eco.', 'com.willfp.illusioner.eco.')
|
||||||
archiveFileName = findProperty("plugin-name") + " v" + findProperty("version") + ".jar"
|
archiveFileName = findProperty("plugin-name") + " v" + findProperty("version") + ".jar"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user