From 698d61f6fbe29f2a120bd5053396b177066b545f Mon Sep 17 00:00:00 2001 From: polang233 Date: Wed, 29 Apr 2026 15:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Taboolib=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=2026.1.2=E6=97=A0=E9=9C=80=E5=8F=98=E5=8A=A8=E5=8F=AF?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 85021b07..ee8d9426 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { java idea kotlin("jvm") version "2.1.0" - id("io.izzel.taboolib") version "2.0.30" + id("io.izzel.taboolib") version "2.0.36" } // 这段。一言难尽,但我不想动 (依托) @@ -67,12 +67,12 @@ subprojects { XSeries, PtcObject ) - repoTabooLib = "https://repo.aeoliancloud.com/repository/releases" + repoTabooLib = "https://repo.tabooproject.org/repository/releases" // repoTabooLib = project.repositories.mavenLocal().url.toString() disableOnSkippedVersion = false } version { - taboolib = "6.3.0-88720d8" + taboolib = "6.3.0-932e79c" coroutines = null } } @@ -84,7 +84,6 @@ subprojects { maven("https://hub.spigotmc.org/nexus/content/groups/public/") // maven("http://sacredcraft.cn:8081/repository/releases") { isAllowInsecureProtocol = true } maven("https://repo.codemc.io/repository/nms/") - maven("https://hub.spigotmc.org/nexus/content/groups/public/") maven("https://repo.opencollab.dev/main/") }