PlotSquared/Core/build.gradle

11 lines
286 B
Groovy
Raw Normal View History

dependencies {
testCompile 'junit:junit:4.12'
compile 'org.yaml:snakeyaml:1.16'
compile 'com.google.code.gson:gson:2.2.4'
}
2016-02-27 19:41:49 +01:00
sourceCompatibility = 1.7
targetCompatibility = 1.7
2016-04-19 22:59:10 +02:00
jar.archiveName = "PlotSquared-Core-${parent.version}.jar"
jar.destinationDir = file '../target'