在 LocaleUtils 中添加更多工具方法 (#4390)

This commit is contained in:
Glavo
2025-09-04 15:51:17 +08:00
committed by GitHub
parent 3d63523f25
commit 7576bf6a01
7 changed files with 247 additions and 92 deletions

View File

@@ -20,6 +20,7 @@ authlib-injector = "1.2.5"
# testing
junit = "5.13.4"
jimfs = "1.3.0"
# plugins
shadow = "9.0.1"
@@ -48,6 +49,7 @@ authlib-injector = { module = "org.glavo.hmcl:authlib-injector", version.ref = "
# testing
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" }
[plugins]
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }