mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 18:55:14 +01:00
Update API classifier to match dependency in DynmapCore
This commit is contained in:
parent
690ec569a0
commit
81d106f343
@ -1,6 +1,11 @@
|
||||
description = "DynmapCoreAPI"
|
||||
|
||||
jar {
|
||||
archiveName = "${project.name}-${project.version}.jar"
|
||||
// archiveName = "${project.name}-${project.version}-all.jar"
|
||||
destinationDir = file '../target'
|
||||
classifier = "all"
|
||||
}
|
||||
|
||||
artifacts {
|
||||
archives jar
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user