Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
e356a35aa7
Don't create runnable platform jars anymore, since all they really do is increase build time. Also fix texts and Gradle deprecations. Also also publish common with its shadowed configuration, not the plain java components.
9 Zeilen
230 B
Plaintext
9 Zeilen
230 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viaversionCommon)
|
|
compileOnly(libs.velocity) {
|
|
// Requires Java 11
|
|
exclude("com.velocitypowered", "velocity-brigadier")
|
|
}
|
|
annotationProcessor(libs.velocity)
|
|
}
|