From ee2e6532225f10dab548776528e64ed9b9b68874 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Sun, 20 Aug 2023 17:16:38 +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 --- core-common/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/core-common/build.gradle.kts b/core-common/build.gradle.kts index 8bb10af..84d796c 100644 --- a/core-common/build.gradle.kts +++ b/core-common/build.gradle.kts @@ -2,8 +2,6 @@ dependencies { // https://mvnrepository.com/artifact/com.google.code.gson/gson - //noinspection GradlePackageUpdate - //noinspection VulnerableLibrariesLocal compileOnly("com.google.code.gson:gson:2.8.0") val adventureVersion = property("adventure_version")