Skip to content

Commit b00335b

Browse files
authored
Merge branch 'main' into build-version-manage
2 parents 1532463 + 77c0de8 commit b00335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
<configuration>
426426
<configLocation>${maven.multiModuleProjectDirectory}/apm-checkstyle/checkStyle.xml</configLocation>
427427
<headerLocation>${maven.multiModuleProjectDirectory}/apm-checkstyle/CHECKSTYLE_HEAD</headerLocation>
428-
<encoding>UTF-8</encoding>
428+
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
429429
<consoleOutput>true</consoleOutput>
430430
<includeTestSourceDirectory>true</includeTestSourceDirectory>
431431
<failOnViolation>${checkstyle.fails.on.error}</failOnViolation>

0 commit comments

Comments
 (0)