Skip to content

Commit 614b09f

Browse files
committed
build: 更新 TabooLib 版本并调整构建配置
- 升级 TabooLib 版本从 6.2.3-6bdc1c7 到6.2.3-18c77c6a 支持最新版
1 parent 51a4a4e commit 614b09f

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ tasks.build {
1919
}
2020
dependsOn(project(":plugin").tasks.build)
2121
}
22+
tasks.taboolibBuildApi {
23+
doLast {
24+
val plugin = project(":plugin")
25+
val file =
26+
file("${plugin.layout.buildDirectory.get()}/libs").listFiles()?.find { it.endsWith("plugin-$version-api.jar") }
27+
28+
file?.copyTo(file("${project.layout.buildDirectory.get()}/libs/${project.name}-$version-api.jar"), true)
29+
}
30+
}
2231

2332
subprojects {
2433

@@ -62,7 +71,7 @@ subprojects {
6271
disableOnSkippedVersion = false
6372
}
6473
version {
65-
taboolib = "6.2.3-6bdc1c7"
74+
taboolib = "6.2.3-18c77c6a"
6675
coroutines = null
6776
}
6877
}

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.8.4
2+
version=3.8.5

0 commit comments

Comments
 (0)