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") compileOnly rootProject } if (project.hasProperty('hook.compile_massivefactions') && !Boolean.valueOf(project.findProperty("hook.compile_massivefactions").toString())) { project.tasks.all { task -> task.enabled = false } }