mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-14 10:55:20 +01:00
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viabackwardsCommon)
|
|
compileOnly(libs.velocity) {
|
|
// Requires Java 17
|
|
exclude("com.velocitypowered", "velocity-brigadier")
|
|
}
|
|
annotationProcessor(libs.velocity)
|
|
}
|