mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-29 13:05:49 +01:00
13 lines
224 B
Groovy
13 lines
224 B
Groovy
|
group 'v1_17_R1'
|
||
|
|
||
|
java {
|
||
|
toolchain {
|
||
|
languageVersion.set(JavaLanguageVersion.of(16))
|
||
|
}
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly "org.spigotmc:v1_17_R1:latest"
|
||
|
compileOnly project(":API")
|
||
|
compileOnly parent
|
||
|
}
|