WildLoaders/Hooks/MassiveFactions/build.gradle

14 lines
473 B
Groovy
Raw Permalink Normal View History

2023-03-25 10:53:58 +01:00
group 'Hooks:MassiveFactions'
dependencies {
compileOnly "com.massivecraft:Factions:2.13.6"
compileOnly "com.massivecraft:MassiveCore:2.13.6"
compileOnly "org.spigotmc:v1_8_R3-Taco:latest"
compileOnly project(":API")
2023-03-25 10:53:58 +01:00
compileOnly rootProject
}
if (project.hasProperty('hook.compile_massivefactions') &&
!Boolean.valueOf(project.findProperty("hook.compile_massivefactions").toString())) {
project.tasks.all { task -> task.enabled = false }
}