perf: 简化代码

This commit is contained in:
2024-03-18 17:32:31 +08:00
parent 7462b99ce4
commit 6f4e40942c
7 changed files with 25 additions and 31 deletions

View File

@@ -12,6 +12,10 @@ dependencies {
exclude(group = "org.jetbrains")
exclude(group = "com.google.code.gson")
}
compileOnlyApi("net.kyori:adventure-text-serializer-legacy:4.13.1") {
exclude(group = "org.jetbrains")
exclude(group = "com.google.code.gson")
}
// https://mvnrepository.com/artifact/redis.clients/jedis
compileOnlyApi("redis.clients:jedis:5.1.2") {