From 64b110718eae82227b10cad28d538b8cebb3c418 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Sun, 29 Oct 2023 21:01:36 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ball-bukkit/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/ball-bukkit/build.gradle.kts b/ball-bukkit/build.gradle.kts index 1bee1d7..2e09c31 100644 --- a/ball-bukkit/build.gradle.kts +++ b/ball-bukkit/build.gradle.kts @@ -10,7 +10,6 @@ dependencies { compileOnly("me.clip:placeholderapi:+") { isTransitive = false } implementation("org.redisson:redisson:+") { - exclude(group = "io.netty") exclude(group = "org.slf4j") } }