This commit is contained in:
2026-05-17 14:46:20 -04:00
parent dfc95219fc
commit fd8c340b64
+2 -2
View File
@@ -47,8 +47,8 @@ publishing {
} }
dependencies { dependencies {
compileOnly("org.projectlombok:lombok:1.18.48") compileOnly("org.projectlombok:lombok:1.18.46")
annotationProcessor("org.projectlombok:lombok:1.18.48") annotationProcessor("org.projectlombok:lombok:1.18.46")
compileOnly("org.json:json:20251224") compileOnly("org.json:json:20251224")
compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")