Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2025-01-12 07:56:15 +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)
|
|
}
|