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