Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2025-01-12 07:56:15 +01:00
Fix building
Dieser Commit ist enthalten in:
Ursprung
5d0d6f603b
Commit
53daf8328c
@ -1,5 +1,8 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(projects.viabackwardsCommon)
|
implementation(projects.viabackwardsCommon)
|
||||||
compileOnly(libs.velocity)
|
compileOnly(libs.velocity) {
|
||||||
|
// Requires Java 11
|
||||||
|
exclude("com.velocitypowered", "velocity-brigadier")
|
||||||
|
}
|
||||||
annotationProcessor(libs.velocity)
|
annotationProcessor(libs.velocity)
|
||||||
}
|
}
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren