Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-28 00:50:13 +01:00
6 Zeilen
231 B
Plaintext
6 Zeilen
231 B
Plaintext
|
dependencies {
|
||
|
implementation(project(":viabackwards-common"))
|
||
|
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
||
|
annotationProcessor("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
||
|
}
|