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