WildLoaders/Hook_FactionsX/build.gradle

13 lines
393 B
Groovy
Raw Normal View History

2021-12-25 19:55:38 +01:00
group 'Hook_FactionsX'
dependencies {
compileOnly "net.prosavage:FactionsX:latest"
compileOnly "org.spigotmc:v1_8_R3-Taco:latest"
compileOnly project(":API")
compileOnly parent
}
if (project.hasProperty('hook.compile_factionsx') &&
!Boolean.valueOf(project.findProperty("hook.compile_factionsx").toString())) {
project.tasks.all { task -> task.enabled = false }
}