1
0

Migrate from maven-checkstyle-plugin from 2.7 to 3.1.1.

This commit is contained in:
Gary Gregory
2020-12-15 11:19:18 -05:00
parent a08b52afec
commit e96db5cd09
3 changed files with 8 additions and 5 deletions

View File

@@ -461,7 +461,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.7</version>
<version>3.1.1</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>