mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
9 lines
202 B
Groovy
9 lines
202 B
Groovy
dependencies {
|
|
compile 'org.yaml:snakeyaml:1.16'
|
|
}
|
|
|
|
sourceCompatibility = 1.7
|
|
targetCompatibility = 1.7
|
|
|
|
jar.archiveName="PlotSquared-API-${parent.version}.jar"
|
|
jar.destinationDir = file '../target' |