dynmap/DynmapCoreAPI/build.gradle
2018-08-12 00:53:55 -05:00

7 lines
133 B
Groovy

description = "DynmapCoreAPI"
jar {
archiveName = "${project.name}-${project.version}.jar"
destinationDir = file '../target'
}