mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-01 05:01:43 +01:00
12 lines
332 B
Groovy
12 lines
332 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'
|
|
}
|
|
|
|
sourceCompatibility = 1.7
|
|
targetCompatibility = 1.7
|
|
|
|
jar.archiveName="FastAsyncWorldEdit-API-${parent.version}.jar"
|
|
jar.destinationDir = file '../target' |