87f79f9fa6
Fix undo Fix blockshub hook API improvements Added worldedit from console Fixed async world loading for paperspigot Some minor optimizations Added some extra translations
12 lines
320 B
Groovy
12 lines
320 B
Groovy
dependencies {
|
|
testCompile 'junit:junit:4.12'
|
|
compile 'org.yaml:snakeyaml:1.16'
|
|
compile 'com.google.code.gson:gson:2.2.4'
|
|
compile 'net.fabiozumbi12:redprotect:1.9.6'
|
|
}
|
|
|
|
sourceCompatibility = 1.7
|
|
targetCompatibility = 1.7
|
|
|
|
jar.archiveName="FastAsyncWorldEdit-API.jar"
|
|
jar.destinationDir = file '../target' |