mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-19 11:45:17 +01:00
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
dependencies {
|
|
implementation(project(":viabackwards-common"))
|
|
compileOnly("net.fabricmc", "fabric-loader", Versions.fabricLoader)
|
|
compileOnly("org.apache.logging.log4j", "log4j-api", Versions.log4j)
|
|
}
|