Skip to content

Commit

Permalink
HSEARCH-3515 Upgrade maven-checkstyle-plugin to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and yrodiere committed Mar 11, 2019
1 parent 459d710 commit 83e5c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-config/src/main/resources/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<module name="Checker">

<property name="cacheFile" value="${checkstyle.cache.file}" />

<module name="Header">
<property name="header" value="/*\n * Hibernate Search, full-text search for your domain model\n *\n * License: GNU Lesser General Public License (LGPL), version 2.1 or later\n * See the lgpl.txt file in the root directory or &lt;http://www.gnu.org/licenses/lgpl-2.1.html&gt;.\n */"/>
<property name="fileExtensions" value="java"/>
Expand All @@ -21,7 +23,6 @@
</module>

<module name="TreeWalker">
<property name="cacheFile" value="${checkstyle.cache.file}" />

<module name="SuppressionCommentFilter" />

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@

<version.assembly.plugin>3.1.0</version.assembly.plugin>
<version.buildhelper.plugin>3.0.0</version.buildhelper.plugin>
<version.checkstyle.plugin>2.17</version.checkstyle.plugin>
<version.checkstyle.plugin>3.0.0</version.checkstyle.plugin>
<version.bundle.plugin>3.3.0</version.bundle.plugin>
<version.clean.plugin>3.0.0</version.clean.plugin>
<version.copy.plugin>0.0.5</version.copy.plugin>
Expand Down

0 comments on commit 83e5c02

Please sign in to comment.