Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-05 07:40:16 +01:00
8 Zeilen
246 B
Plaintext
8 Zeilen
246 B
Plaintext
|
dependencies {
|
||
|
implementation(project(":viaversion-common"))
|
||
|
compileOnly("com.velocitypowered:velocity-api:1.1.0-SNAPSHOT")
|
||
|
annotationProcessor("com.velocitypowered:velocity-api:1.1.0-SNAPSHOT")
|
||
|
}
|
||
|
|
||
|
description = "viaversion-velocity"
|