mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-26 12:55:46 +01:00
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
dependencies {
|
|
implementation(project(":viabackwards-common"))
|
|
compileOnly("net.md-5", "bungeecord-api", Versions.bungee)
|
|
}
|