Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-27 08:30:10 +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)
|
|
}
|