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

View File

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