build: 修复 BC 构建
This commit is contained in:
@@ -6,10 +6,7 @@ dependencies {
|
||||
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bungeecord:+")
|
||||
// https://mvnrepository.com/artifact/io.lettuce/lettuce-core
|
||||
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE") {
|
||||
exclude(group = "io.netty")
|
||||
// exclude(group = "io.projectreactor", module = "reactor-core")
|
||||
}
|
||||
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user