mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
11 lines
241 B
Kotlin
11 lines
241 B
Kotlin
version = "2.0.1"
|
|
|
|
dependencies {
|
|
implementation(project(":plugins:civspy-api"))
|
|
|
|
compileOnly("net.md-5:bungeecord-api:1.16-R0.4")
|
|
compileOnly("net.md-5:bungeecord-config:1.16-R0.4")
|
|
compileOnly("net.md-5:bungeecord-event:1.16-R0.4")
|
|
}
|
|
|