build: 优化构建脚本

This commit is contained in:
2023-10-29 20:58:14 +08:00
parent 82327cee9f
commit 51cb01f8c7

View File

@@ -7,11 +7,16 @@ dependencies {
compileOnly("cn.hamster3.mc.plugin:core-bungeecord:+")
implementation("org.redisson:redisson:+") {
exclude(group = "io.netty")
// exclude(group = "io.netty", module="netty-codec")
// exclude(group = "io.netty", module="netty-codec-dns")
// exclude(group = "io.netty", module="netty-buffer")
// exclude(group = "io.netty", module="netty-handler")
// exclude(group = "io.netty", module="netty-resolver")
// exclude(group = "io.netty", module="netty-transport")
// exclude(group = "org.yaml")
// exclude(group = "io.netty")
exclude(group = "org.slf4j")
}
implementation("io.netty:netty-resolver-dns:+")
}
tasks {