WildLoaders/Hooks/EpicSpawners7/build.gradle

13 lines
411 B
Groovy
Raw Permalink Normal View History

2024-02-01 16:55:15 +01:00
group 'Hooks:EpicSpawners7'
2021-12-25 20:01:51 +01:00
dependencies {
compileOnly "com.songoda:EpicSpawners:7.0.2"
2021-12-25 20:01:51 +01:00
compileOnly "org.spigotmc:v1_8_R3-Taco:latest"
compileOnly project(":API")
2023-03-25 10:53:58 +01:00
compileOnly rootProject
2021-12-25 20:01:51 +01:00
}
2022-01-06 22:35:17 +01:00
if (project.hasProperty('hook.compile_epicspawners7') &&
!Boolean.valueOf(project.findProperty("hook.compile_epicspawners7").toString())) {
2021-12-25 20:01:51 +01:00
project.tasks.all { task -> task.enabled = false }
}