2023-03-25 10:53:58 +01:00
|
|
|
group 'Hooks:MassiveFactions'
|
2021-12-25 19:51:51 +01:00
|
|
|
|
|
|
|
dependencies {
|
2022-12-10 15:31:43 +01:00
|
|
|
compileOnly "com.massivecraft:Factions:2.13.6"
|
|
|
|
compileOnly "com.massivecraft:MassiveCore:2.13.6"
|
2021-12-25 19:51:51 +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:51:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
if (project.hasProperty('hook.compile_massivefactions') &&
|
|
|
|
!Boolean.valueOf(project.findProperty("hook.compile_massivefactions").toString())) {
|
|
|
|
project.tasks.all { task -> task.enabled = false }
|
|
|
|
}
|