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