Bump Gradle to 8.14 (#3857)

This commit is contained in:
Glavo
2025-04-26 00:05:20 +08:00
committed by GitHub
parent 91135b961e
commit c9ba789b7c
4 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ subprojects {
}
}
tasks.create("checkTranslations") {
tasks.register("checkTranslations") {
doLast {
val hmclLangDir = file("HMCL/src/main/resources/assets/lang")