From ca68016b8b6458b02f35f23b52c84eaa347aa85c Mon Sep 17 00:00:00 2001 From: leeyazhou Date: Tue, 12 Aug 2025 16:16:13 +0800 Subject: [PATCH] build: fix Checkstyle encoding - checkstyle's parameter encoding is deprecated since commit (https://github.com/apache/maven-checkstyle-plugin/commit/627fa4f684866a579f2c105fcc1dbf3ed776daa8). - use inputEncoding instead of encoding --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 128d7f6f00..d3ec26bba8 100755 --- a/pom.xml +++ b/pom.xml @@ -396,7 +396,7 @@ ${maven.multiModuleProjectDirectory}/apm-checkstyle/checkStyle.xml ${maven.multiModuleProjectDirectory}/apm-checkstyle/CHECKSTYLE_HEAD - UTF-8 + ${project.build.sourceEncoding} true true ${checkstyle.fails.on.error}