mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Don't shade without relocation
This commit is contained in:
parent
666938b738
commit
c42102d1c4
@ -110,6 +110,7 @@ shadowJar {
|
||||
relocate('com.sk89q.squirrelid', 'com.plotsquared.squirrelid')
|
||||
relocate('org.khelekore.prtree', 'com.plotsquared.prtree')
|
||||
relocate('com.intellectualsites.paster', 'com.plotsquared.core.paster')
|
||||
relocate('de.notmyfault', 'com.plotsquared.bukkit')
|
||||
archiveFileName = "${project.name}-${parent.version}.jar"
|
||||
destinationDirectory = file "../target"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user