mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-26 12:55:46 +01:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
dependencies {
|
|
implementation(project(":viabackwards-common"))
|
|
compileOnly("com.velocitypowered", "velocity-api", Versions.velocity)
|
|
annotationProcessor("com.velocitypowered", "velocity-api", Versions.velocity)
|
|
}
|