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