From 756c0a12add4a1c429ec3b1ca94363af413ddeca Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Thu, 14 May 2026 20:41:53 +0800 Subject: [PATCH] fix(partnerctl): include zh-CN locale in native image build --- PartnerCtl/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/PartnerCtl/pom.xml b/PartnerCtl/pom.xml index b1d905e4..531cd11b 100644 --- a/PartnerCtl/pom.xml +++ b/PartnerCtl/pom.xml @@ -123,6 +123,7 @@ -H:+ReportExceptionStackTraces --initialize-at-build-time=kotlin.DeprecationLevel -H:IncludeResourceBundles=i18n.messages + -H:IncludeLocales=zh-CN