mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +01:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionCommon)
|
|
compileOnly(libs.velocity) {
|
|
// Requires Java 11
|
|
exclude("com.velocitypowered", "velocity-brigadier")
|
|
}
|
|
annotationProcessor(libs.velocity)
|
|
}
|