From 09de76d7e71d00b038814fe1d058e388e49cf1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=BF=E9=B9=B0?= Date: Fri, 25 Jul 2025 20:39:05 +0800 Subject: [PATCH] =?UTF-8?q?build(TrMenu):=20=E6=94=AF=E6=8C=81=E8=87=B3=20?= =?UTF-8?q?1.21.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 原跳过 1.21.2 1.21.6 等版本也支持加载,但不支持版本维护 --- build.gradle.kts | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ef131761..003e55fc 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.23" + id("io.izzel.taboolib") version "2.0.25" } // 这段。一言难尽,但我不想动 (依托) @@ -59,9 +59,10 @@ subprojects { PtcObject ) repoTabooLib = "https://repo.aeoliancloud.com/repository/releases" + disableOnSkippedVersion = false } version { - taboolib = "6.2.3-7105e58f" + taboolib = "6.2.3-ac49c9a" coroutines = null } } diff --git a/gradle.properties b/gradle.properties index 03099a2b..b32e549b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=me.arasple.mc.trmenu -version=3.6.8 \ No newline at end of file +version=3.7.0 \ No newline at end of file