build: 优化构建脚本

This commit is contained in:
2023-12-08 19:26:40 +08:00
parent 305144b412
commit b3045644cb
2 changed files with 6 additions and 4 deletions

View File

@@ -6,7 +6,9 @@ dependencies {
compileOnly("com.google.code.gson:gson:2.8.0")
compileOnly("com.google.guava:guava:31.0-jre")
compileOnly("io.lettuce:lettuce-core:+")
implementation("io.lettuce:lettuce-core:+") {
exclude(group = "io.netty")
}
}
tasks {