feat: 添加 lettuce-core 用于连接 redis
All checks were successful
Publish Project / build (push) Successful in 2m43s

This commit is contained in:
2025-07-03 02:29:02 +08:00
parent 0f942a7687
commit 1648a56453
11 changed files with 95 additions and 22 deletions

View File

@@ -1,8 +1,6 @@
pluginManagement {
repositories {
maven {
url = uri("https://maven.airgame.net/maven-public/")
}
maven("https://maven.airgame.net/maven-public/")
}
}
rootProject.name = "hamster-core"
@@ -10,3 +8,4 @@ include("core-common")
include("core-bukkit")
include("core-bungee")
include("core-velocity")
include("core-relocate-lettuce")