3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-03 14:18:03 +02:00
Dieser Commit ist enthalten in:
Nassim Jahnke 2023-03-02 20:13:33 +01:00
Ursprung 5d0d6f603b
Commit 53daf8328c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -1,5 +1,8 @@
dependencies {
implementation(projects.viabackwardsCommon)
compileOnly(libs.velocity)
compileOnly(libs.velocity) {
// Requires Java 11
exclude("com.velocitypowered", "velocity-brigadier")
}
annotationProcessor(libs.velocity)
}