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