feat: 将redission更换为lettuce
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user