mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-16 23:25:20 +01:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionCommon)
|
|
compileOnly(libs.bungee)
|
|
}
|