WildLoaders/Hooks/Hook_FactionsX/build.gradle

13 lines
398 B
Groovy
Raw Normal View History

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