Update API classifier to match dependency in DynmapCore

This commit is contained in:
Mike Primm 2020-06-28 22:34:58 -05:00
parent 690ec569a0
commit 81d106f343
1 changed files with 6 additions and 1 deletions

View File

@ -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
}