diff --git a/pom.xml b/pom.xml index 1e2bffa7a2c..bcb89a6741e 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ src/checkstyle/checkstyle-suppressions.xml true main.basedir=${main.basedir} + UTF-8 check @@ -73,9 +74,10 @@ src/checkstyle/nohttp-checkstyle.xml src/checkstyle/nohttp-checkstyle-suppressions.xml main.basedir=${main.basedir} + UTF-8 ${basedir} **/* - .git/**/*,target/**/,**/.flattened-pom.xml + **/.git/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class,**/spring-boot-gradle-plugin/build/** check