mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-22 11:56:17 +01:00
7 lines
136 B
Groovy
7 lines
136 B
Groovy
|
group 'v1_16_R2'
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly "org.spigotmc:v1_16_R2:latest"
|
||
|
compileOnly project(":API")
|
||
|
compileOnly parent
|
||
|
}
|