PlotSquared/Core/build.gradle
2016-02-27 13:41:49 -05:00

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'