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