build: 优化构建脚本

This commit is contained in:
2023-10-29 21:01:36 +08:00
parent 51cb01f8c7
commit 64b110718e

View File

@@ -10,7 +10,6 @@ dependencies {
compileOnly("me.clip:placeholderapi:+") { isTransitive = false } compileOnly("me.clip:placeholderapi:+") { isTransitive = false }
implementation("org.redisson:redisson:+") { implementation("org.redisson:redisson:+") {
exclude(group = "io.netty")
exclude(group = "org.slf4j") exclude(group = "org.slf4j")
} }
} }