mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 16:49:37 +01:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionCommon)
|
|
implementation(projects.javaCompat)
|
|
compileOnly(libs.bungee)
|
|
}
|