mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-19 11:45:17 +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)
|
|
}
|