Switch spigot dynmap name to be consistent with forge

This commit is contained in:
Mike Primm 2018-08-23 21:13:07 -05:00
parent d4741d7ed5
commit 3748ace2f1

View file

@ -45,8 +45,13 @@ shadowJar {
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'
archiveName = "Dynmap-${parent.version}-spigot.jar"
classifier = ''
}
shadowJar.doLast {
task ->
ant.checksum file: task.archivePath
}
artifacts {
archives shadowJar