Migrate to Gradle 8.7

This commit is contained in:
Michael Primm 2024-04-26 22:50:43 -05:00
parent ff0d76a6d3
commit 255740ca5a
17 changed files with 103 additions and 75 deletions

View file

@ -102,7 +102,7 @@ processResources {
}
jar {
classifier = 'unshaded'
archiveClassifier = 'unshaded'
}
shadowJar {
@ -130,9 +130,9 @@ shadowJar {
include(dependency(':bukkit-helper-120-5'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'
archiveName = "Dynmap-${parent.version}-spigot.jar"
classifier = ''
destinationDirectory = file '../target'
archiveBaseName = "Dynmap"
archiveClassifier = 'spigot'
}
shadowJar.doLast {
task ->