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