mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2025-01-08 19:28:11 +01:00
7 lines
134 B
Groovy
7 lines
134 B
Groovy
|
group 'v1_8_R3'
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly "org.spigotmc:v1_8_R3:latest"
|
||
|
compileOnly project(":API")
|
||
|
compileOnly parent
|
||
|
}
|