mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-03-10 13:09:03 +01:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viabackwardsCommon)
|
|
compileOnly(libs.fabricLoader)
|
|
compileOnly(libs.log4j)
|
|
}
|