From beb5a3580758aef140bf878cbdcc9b5b1502433d Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Wed, 13 Mar 2024 17:34:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=20lettuce=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20jedis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-common/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-common/build.gradle.kts b/core-common/build.gradle.kts index 2d5ed54..d2fb41a 100644 --- a/core-common/build.gradle.kts +++ b/core-common/build.gradle.kts @@ -5,10 +5,10 @@ dependencies { // https://mvnrepository.com/artifact/org.yaml/snakeyaml compileOnly("org.yaml:snakeyaml:1.19") - compileOnly("net.kyori:adventure-platform-api:4.3.2") { + implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") } - compileOnly("net.kyori:adventure-text-serializer-gson:4.13.1") { + implementation("net.kyori:adventure-text-serializer-gson:4.13.1") { exclude(group = "org.jetbrains") exclude(group = "com.google.code.gson") }