We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1532463 + 77c0de8 commit b00335bCopy full SHA for b00335b
pom.xml
@@ -425,7 +425,7 @@
425
<configuration>
426
<configLocation>${maven.multiModuleProjectDirectory}/apm-checkstyle/checkStyle.xml</configLocation>
427
<headerLocation>${maven.multiModuleProjectDirectory}/apm-checkstyle/CHECKSTYLE_HEAD</headerLocation>
428
- <encoding>UTF-8</encoding>
+ <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
429
<consoleOutput>true</consoleOutput>
430
<includeTestSourceDirectory>true</includeTestSourceDirectory>
431
<failOnViolation>${checkstyle.fails.on.error}</failOnViolation>
0 commit comments