Merge DynmapCoreAPI into common gradle build
This commit is contained in:
parent
805a7aa799
commit
1de0f66230
4439 changed files with 2917 additions and 6 deletions
6
DynmapCoreAPI/build.gradle
Normal file
6
DynmapCoreAPI/build.gradle
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
description = "DynmapCoreAPI"
|
||||
|
||||
jar {
|
||||
archiveName = "${project.name}-${project.version}.jar"
|
||||
destinationDir = file '../target'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue