style: 优化配置和代码格式

This commit is contained in:
2023-11-03 16:57:56 +08:00
parent 77357b48d5
commit 0527101950
4 changed files with 23 additions and 5 deletions

View File

@@ -6,7 +6,10 @@ 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")
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE") {
exclude(group = "io.netty")
// exclude(group = "io.projectreactor", module = "reactor-core")
}
}
tasks {