From 4a07209bc29b16398916e75a27a2eff0e3a6bf89 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Sun, 17 Mar 2024 20:08:03 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-velocity/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-velocity/build.gradle.kts b/core-velocity/build.gradle.kts index c8034ad..c12ff24 100644 --- a/core-velocity/build.gradle.kts +++ b/core-velocity/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT") annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT") - implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") } + compileOnlyApi("net.kyori:adventure-platform-api:4.3.2") { isTransitive = false } // https://mvnrepository.com/artifact/redis.clients/jedis api("redis.clients:jedis:5.1.2") { exclude(group = "com.google.code.gson")