Skip to content

Commit 0ecece3

Browse files
committed
Cleanup
1 parent e3691be commit 0ecece3

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
@@ -56,11 +56,13 @@
5656
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
5757
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
5858
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
59+
<com.puppycrawl.tools.checkstyle-version>8.14</com.puppycrawl.tools.checkstyle-version>
5960

6061
<!-- check style configuration -->
62+
<checkstyle.skip>false</checkstyle.skip>
6163
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
62-
<com.puppycrawl.tools.checkstyle-version>8.14</com.puppycrawl.tools.checkstyle-version>
6364
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
65+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6466
</properties>
6567

6668
<reporting>

0 commit comments

Comments
 (0)