Merge DynmapCoreAPI into common gradle build

This commit is contained in:
Mike Primm 2018-08-12 00:53:55 -05:00
parent 805a7aa799
commit 1de0f66230
4439 changed files with 2917 additions and 6 deletions

View file

@ -0,0 +1,6 @@
description = "DynmapCoreAPI"
jar {
archiveName = "${project.name}-${project.version}.jar"
destinationDir = file '../target'
}