group 'Hook_EpicSpawners6' dependencies { compileOnly "com.songoda:EpicSpawners-7:latest" compileOnly "org.spigotmc:v1_8_R3-Taco:latest" compileOnly project(":API") compileOnly parent } if (project.hasProperty('hook.compile_epicspawners7') && !Boolean.valueOf(project.findProperty("hook.compile_epicspawners7").toString())) { project.tasks.all { task -> task.enabled = false } }