build: 修复 BC 构建

This commit is contained in:
2023-11-03 17:15:07 +08:00
parent 2dc4e80cc0
commit 167e845bae

View File

@@ -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 {