mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
7 lines
133 B
Groovy
7 lines
133 B
Groovy
|
description = "DynmapCoreAPI"
|
||
|
|
||
|
jar {
|
||
|
archiveName = "${project.name}-${project.version}.jar"
|
||
|
destinationDir = file '../target'
|
||
|
}
|