Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
6 Zeilen
229 B
Plaintext
6 Zeilen
229 B
Plaintext
dependencies {
|
|
implementation(project(":viaversion-common"))
|
|
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
|
annotationProcessor("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
|
}
|