feat: 将 lettuce 改为 jedis
This commit is contained in:
@@ -5,10 +5,10 @@ dependencies {
|
||||
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
|
||||
compileOnly("org.yaml:snakeyaml:1.19")
|
||||
|
||||
compileOnly("net.kyori:adventure-platform-api:4.3.2") {
|
||||
implementation("net.kyori:adventure-platform-api:4.3.2") {
|
||||
exclude(group = "org.jetbrains")
|
||||
}
|
||||
compileOnly("net.kyori:adventure-text-serializer-gson:4.13.1") {
|
||||
implementation("net.kyori:adventure-text-serializer-gson:4.13.1") {
|
||||
exclude(group = "org.jetbrains")
|
||||
exclude(group = "com.google.code.gson")
|
||||
}
|
||||
|
Reference in New Issue
Block a user