Skip to content

Commit 0f3188b

Browse files
authored
Merge pull request #193 from YsGqHY/stable/v3
build(TrMenu): 支持至 1.21.8
2 parents 0c5c734 + d10a811 commit 0f3188b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
java
66
idea
77
kotlin("jvm") version "2.1.0"
8-
id("io.izzel.taboolib") version "2.0.23"
8+
id("io.izzel.taboolib") version "2.0.25"
99
}
1010

1111
// 这段。一言难尽,但我不想动 (依托)
@@ -59,9 +59,10 @@ subprojects {
5959
PtcObject
6060
)
6161
repoTabooLib = "https://repo.aeoliancloud.com/repository/releases"
62+
disableOnSkippedVersion = false
6263
}
6364
version {
64-
taboolib = "6.2.3-7105e58f"
65+
taboolib = "6.2.3-ac49c9a"
6566
coroutines = null
6667
}
6768
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=me.arasple.mc.trmenu
2-
version=3.6.8
2+
version=3.7.0

0 commit comments

Comments
 (0)