mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-12 10:23:59 +01:00
13 lines
386 B
Groovy
13 lines
386 B
Groovy
group 'Hooks:Lands'
|
|
|
|
dependencies {
|
|
compileOnly 'me.angeschossen:Lands:4.5.2.7'
|
|
compileOnly "org.spigotmc:v1_8_R3-Taco:latest"
|
|
compileOnly project(":API")
|
|
compileOnly rootProject
|
|
}
|
|
|
|
if (project.hasProperty('hook.compile_lands') &&
|
|
!Boolean.valueOf(project.findProperty("hook.compile_lands").toString())) {
|
|
project.tasks.all { task -> task.enabled = false }
|
|
} |