mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-22 08:29:20 +00:00
Fixed shading
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user