mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-03-11 13:20:52 +01:00
Fix building
This commit is contained in:
parent
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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user