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 36aa942d27
commit e360b06bdd
1 changed files with 5 additions and 0 deletions

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