style: 优化配置和代码格式
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user