mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-14 14:25:21 +01:00
18 lines
231 B
Groovy
18 lines
231 B
Groovy
description = "DynmapCoreAPI"
|
|
|
|
jar {
|
|
destinationDir = file '../target'
|
|
}
|
|
|
|
artifacts {
|
|
archives jar
|
|
}
|
|
|
|
publishing {
|
|
publications {
|
|
mavenJava(MavenPublication) {
|
|
from components.java
|
|
}
|
|
}
|
|
}
|