mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-04 09:30:25 +01:00
8eca6bf0b2
Don't build full platform jars to reduce build time
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viabackwardsCommon)
|
|
compileOnly(libs.bungee)
|
|
}
|