13
0
geforkt von Mirrors/Paper

Update Velocity natives again

If you segfault, update your jre/jdk™️
Dieser Commit ist enthalten in:
Nassim Jahnke 2024-09-08 20:39:00 +02:00
Ursprung d1190734bc
Commit a21216b976

Datei anzeigen

@ -13,7 +13,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
runtimeOnly("com.mysql:mysql-connector-j:8.4.0")
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
+ // Paper start - Use Velocity cipher
+ implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {
+ implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") {
+ isTransitive = false
+ }
+ // Paper end - Use Velocity cipher