WildLoaders/Hook_Lands/build.gradle

13 lines
380 B
Groovy
Raw Normal View History

2022-06-03 10:17:38 +02:00
group 'Hook_Lands'
dependencies {
compileOnly 'me.angeschossen:Lands:4.5.2.7'
2022-06-03 10:17:38 +02:00
compileOnly "org.spigotmc:v1_8_R3-Taco:latest"
compileOnly project(":API")
compileOnly parent
}
if (project.hasProperty('hook.compile_lands') &&
!Boolean.valueOf(project.findProperty("hook.compile_lands").toString())) {
project.tasks.all { task -> task.enabled = false }
}