Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-08 17:20:27 +01:00
8eca6bf0b2
Don't build full platform jars to reduce build time
6 Zeilen
128 B
Plaintext
6 Zeilen
128 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viabackwardsCommon)
|
|
compileOnly(libs.fabricLoader)
|
|
compileOnly(libs.log4j)
|
|
}
|