mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 16:49:37 +01:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
dependencies {
|
|
implementation(project(":viaversion-common"))
|
|
compileOnly("net.md-5", "bungeecord-api", Versions.bungee)
|
|
}
|