mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 16:49:37 +01:00
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
dependencies {
|
|
implementation(project(":viaversion-common"))
|
|
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
|
annotationProcessor("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
|
}
|