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.
1 parent 84ac6c0 commit 2635dffCopy full SHA for 2635dff
pom.xml
@@ -60,8 +60,8 @@
60
61
<!-- Specify which Checkstyle ruleset to use -->
62
<checkstyle.ruleset>build/checkstyle-v1.5.xml</checkstyle.ruleset>
63
- <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
64
- <checkstyle.version>8.17</checkstyle.version>
+ <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
+ <checkstyle.version>8.19</checkstyle.version>
65
66
<!-- Log4J Version -->
67
<log4j2.version>2.11.1</log4j2.version>
@@ -212,7 +212,7 @@
212
<plugin>
213
<groupId>org.apache.maven.plugins</groupId>
214
<artifactId>maven-checkstyle-plugin</artifactId>
215
- <version>2.17</version>
+ <version>${checkstyle.plugin.version}</version>
216
<executions>
217
<execution>
218
<id>checkstyle-validate</id>
0 commit comments