Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-04 23:30:24 +01:00
8 Zeilen
243 B
Plaintext
8 Zeilen
243 B
Plaintext
dependencies {
|
|
compileOnly(project(":viaversion-common"))
|
|
compileOnly("com.velocitypowered:velocity-api:1.1.0-SNAPSHOT")
|
|
annotationProcessor("com.velocitypowered:velocity-api:1.1.0-SNAPSHOT")
|
|
}
|
|
|
|
description = "viaversion-velocity"
|