FastAsyncWorldedit/core/build.gradle
Jesse Boyd 19c0e03989 Various
Fixes #71
Fixes #65
Fixes #81
Fixes #73
Fixes center for opposite sign x/z
2016-04-30 12:49:23 +10:00

13 lines
362 B
Groovy

dependencies {
testCompile 'junit:junit:4.12'
compile 'org.yaml:snakeyaml:1.16'
compile 'com.google.code.gson:gson:2.2.4'
compile 'org.PrimeSoft:blockshub:1.2'
compile 'net.fabiozumbi12:redprotect:1.9.6'
}
sourceCompatibility = 1.7
targetCompatibility = 1.7
jar.archiveName="FastAsyncWorldEdit-API.jar"
jar.destinationDir = file '../target'