mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-22 11:56:17 +01:00
13 lines
408 B
Groovy
13 lines
408 B
Groovy
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 }
|
|
} |