feat: 将redission更换为lettuce

This commit is contained in:
2023-10-29 22:54:09 +08:00
parent 64b110718e
commit ef0960b6e8
14 changed files with 161 additions and 224 deletions

View File

@@ -24,7 +24,8 @@ subprojects {
}
dependencies {
implementation("org.jetbrains:annotations:+")
compileOnly("org.jetbrains:annotations:+")
// https://mvnrepository.com/artifact/org.projectlombok/lombok
compileOnly("org.projectlombok:lombok:+")
annotationProcessor("org.projectlombok:lombok:+")
}
@@ -44,7 +45,7 @@ subprojects {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
shadowJar {
relocate("org.yaml", "cn.hamster3.mc.plugin.ball.lib.org.yaml")
relocate("io.netty", "cn.hamster3.mc.plugin.ball.lib.io.netty")
destinationDirectory = rootProject.buildDir
}
build {