Add web-api module with OpenAPI integration, enable chat logs forwarding to web backend, and update dependencies across modules.

This commit is contained in:
2026-07-18 20:21:25 +02:00
parent dc513ac2f0
commit 5a508fdf28
10 changed files with 356 additions and 24 deletions
+2
View File
@@ -5,6 +5,8 @@ plugins {
dependencies {
implementation(project(":api")) // API
compileOnly("org.projectlombok:lombok:1.18.46")
annotationProcessor("org.projectlombok:lombok:1.18.46")
compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
implementation("mysql:mysql-connector-java:8.0.33") // mysql