Don't shade without relocation

This commit is contained in:
NotMyFault 2021-02-01 15:31:25 +01:00
parent 666938b738
commit c42102d1c4
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -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"
}