mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-14 10:35:20 +01:00
13 lines
392 B
Groovy
13 lines
392 B
Groovy
group 'Hook_FactionsX'
|
|
|
|
dependencies {
|
|
compileOnly "net.prosavage:FactionsX:0.4.2"
|
|
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 }
|
|
} |