Skip to content

Commit dd3d8b4

Browse files
committed
Polish checkstyle settings
1 parent 2c8881a commit dd3d8b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
6161
<includeTestSourceDirectory>true</includeTestSourceDirectory>
6262
<propertyExpansion>main.basedir=${main.basedir}</propertyExpansion>
63+
<encoding>UTF-8</encoding>
6364
</configuration>
6465
<goals>
6566
<goal>check</goal>
@@ -73,9 +74,10 @@
7374
<configLocation>src/checkstyle/nohttp-checkstyle.xml</configLocation>
7475
<suppressionsLocation>src/checkstyle/nohttp-checkstyle-suppressions.xml</suppressionsLocation>
7576
<propertyExpansion>main.basedir=${main.basedir}</propertyExpansion>
77+
<encoding>UTF-8</encoding>
7678
<sourceDirectories>${basedir}</sourceDirectories>
7779
<includes>**/*</includes>
78-
<excludes>.git/**/*,target/**/,**/.flattened-pom.xml</excludes>
80+
<excludes>**/.git/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class,**/spring-boot-gradle-plugin/build/**</excludes>
7981
</configuration>
8082
<goals>
8183
<goal>check</goal>

0 commit comments

Comments
 (0)