Update gradle and deprecated methods

This commit is contained in:
NotMyFault
2019-09-07 22:46:13 +02:00
parent ec0281768d
commit 20b0fa31d0
4 changed files with 8 additions and 7 deletions

View File

@ -58,8 +58,8 @@ shadowJar {
relocate('net.kyori.text', 'com.github.intellectualsites.plotsquared.formatting.text')
relocate("io.papermc.lib", "com.github.intellectualsites.plotsquared.bukkit.paperlib")
// relocate('org.mcstats', 'com.plotsquared.stats')
archiveName = "${parent.name}-${project.name}-${parent.version}.jar"
destinationDir = file "../target"
archiveFileName = "${parent.name}-${project.name}-${parent.version}.jar"
destinationDirectory = file "../target"
}
shadowJar.doLast {