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 1907e55 commit 12f9ac9Copy full SHA for 12f9ac9
pom.xml
@@ -80,7 +80,7 @@
80
<plugin>
81
<groupId>org.apache.maven.plugins</groupId>
82
<artifactId>maven-checkstyle-plugin</artifactId>
83
- <version>2.17</version>
+ <version>3.0.0</version>
84
<executions>
85
<execution>
86
<id>checkstyle</id>
@@ -177,7 +177,7 @@
177
178
179
180
181
<configuration>
182
<configLocation>${basedir}/checkstyle.xml</configLocation>
183
<includeTestSourceDirectory>true</includeTestSourceDirectory>
0 commit comments