From c15e1b2fa03d712f16e57522da9145389453fc37 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Thu, 12 Oct 2023 14:57:53 +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 --- build.gradle.kts | 2 -- core-bukkit/build.gradle.kts | 2 -- core-bungeecord/build.gradle.kts | 2 -- core-common/build.gradle.kts | 3 --- 4 files changed, 9 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5002f5e..e666ab8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,9 +24,7 @@ subprojects { } dependencies { - // https://mvnrepository.com/artifact/org.jetbrains/annotations compileOnly("org.jetbrains:annotations:+") - // https://mvnrepository.com/artifact/org.projectlombok/lombok compileOnly("org.projectlombok:lombok:+") annotationProcessor("org.projectlombok:lombok:+") } diff --git a/core-bukkit/build.gradle.kts b/core-bukkit/build.gradle.kts index 128840e..90c197f 100644 --- a/core-bukkit/build.gradle.kts +++ b/core-bukkit/build.gradle.kts @@ -8,12 +8,10 @@ dependencies { compileOnly("net.milkbowl.vault:VaultAPI:+") { isTransitive = false } compileOnly("org.black_ixx:playerpoints:+") { isTransitive = false } - // https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord api("net.kyori:adventure-platform-bukkit:4+") { exclude(group = "org.jetbrains") exclude(group = "com.google.code.gson") } - // https://mvnrepository.com/artifact/net.kyori/adventure-text-minimessage api("net.kyori:adventure-text-minimessage:4+") { exclude(module = "adventure-api") exclude(group = "org.jetbrains") diff --git a/core-bungeecord/build.gradle.kts b/core-bungeecord/build.gradle.kts index 1346957..5fd9bb9 100644 --- a/core-bungeecord/build.gradle.kts +++ b/core-bungeecord/build.gradle.kts @@ -4,12 +4,10 @@ dependencies { api(project(":core-common")) { isTransitive = false } compileOnly("net.md-5:bungeecord-api:+") - // https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord api("net.kyori:adventure-platform-bungeecord:4+") { exclude(group = "org.jetbrains") exclude(group = "com.google.code.gson") } - // https://mvnrepository.com/artifact/net.kyori/adventure-text-minimessage api("net.kyori:adventure-text-minimessage:4+") { exclude(module = "adventure-api") exclude(group = "org.jetbrains") diff --git a/core-common/build.gradle.kts b/core-common/build.gradle.kts index 0fcc6d9..833b241 100644 --- a/core-common/build.gradle.kts +++ b/core-common/build.gradle.kts @@ -1,14 +1,11 @@ @file:Suppress("VulnerableLibrariesLocal") dependencies { - // https://mvnrepository.com/artifact/com.google.code.gson/gson compileOnly("com.google.code.gson:gson:2.8.0") - // https://mvnrepository.com/artifact/net.kyori/adventure-platform-api api("net.kyori:adventure-platform-api:4+") { exclude(group = "org.jetbrains") } - // https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-gson api("net.kyori:adventure-text-serializer-gson:4.13+") { exclude(group = "org.jetbrains") exclude(group = "com.google.code.gson")