Update API classifier to match dependency in DynmapCore
This commit is contained in:
parent
690ec569a0
commit
81d106f343
1 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue