mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-21 11:46:46 +01:00
13 lines
411 B
Groovy
13 lines
411 B
Groovy
group 'Hooks:EpicSpawners8'
|
|
|
|
dependencies {
|
|
compileOnly "com.songoda:EpicSpawners:8.1.0"
|
|
compileOnly "org.spigotmc:v1_8_R3-Taco:latest"
|
|
compileOnly project(":API")
|
|
compileOnly rootProject
|
|
}
|
|
|
|
if (project.hasProperty('hook.compile_epicspawners8') &&
|
|
!Boolean.valueOf(project.findProperty("hook.compile_epicspawners8").toString())) {
|
|
project.tasks.all { task -> task.enabled = false }
|
|
} |