mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-22 11:56:17 +01:00
11 lines
324 B
Groovy
11 lines
324 B
Groovy
group 'v1_16_R3'
|
|
|
|
dependencies {
|
|
compileOnly "org.spigotmc:v1_16_R3-Tuinity:latest"
|
|
compileOnly project(":API")
|
|
compileOnly parent
|
|
}
|
|
|
|
if (project.hasProperty('nms.compile_v1_16') && !Boolean.valueOf(project.findProperty("nms.compile_v1_16").toString())) {
|
|
project.tasks.all { task -> task.enabled = false }
|
|
} |