PlotSquared/Core/build.gradle
2016-04-22 23:46:16 -04:00

11 lines
286 B
Groovy

dependencies {
testCompile 'junit:junit:4.12'
compile 'org.yaml:snakeyaml:1.16'
compile 'com.google.code.gson:gson:2.2.4'
}
sourceCompatibility = 1.7
targetCompatibility = 1.7
jar.archiveName = "PlotSquared-Core-${parent.version}.jar"
jar.destinationDir = file '../target'