mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Switch spigot dynmap name to be consistent with forge
This commit is contained in:
parent
36aa942d27
commit
e360b06bdd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user