feat: 将redission更换为lettuce
This commit is contained in:
@@ -3,15 +3,10 @@
|
||||
dependencies {
|
||||
compileOnly("cn.hamster3.mc.plugin:core-common:+")
|
||||
|
||||
compileOnly("io.netty:netty-buffer:4+")
|
||||
compileOnly("com.google.code.gson:gson:2.8.0")
|
||||
|
||||
implementation("org.redisson:redisson:+") {
|
||||
isTransitive = false
|
||||
exclude(group = "io.netty")
|
||||
exclude(group = "org.yaml")
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
// https://mvnrepository.com/artifact/io.lettuce/lettuce-core
|
||||
compileOnly("io.lettuce:lettuce-core:6.2.6.RELEASE")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user