feat: 将redission更换为lettuce
This commit is contained in:
@@ -8,10 +8,8 @@ dependencies {
|
||||
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bukkit:+")
|
||||
compileOnly("me.clip:placeholderapi:+") { isTransitive = false }
|
||||
|
||||
implementation("org.redisson:redisson:+") {
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
// https://mvnrepository.com/artifact/io.lettuce/lettuce-core
|
||||
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user