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