1
0

Pick up maven-checkstyle-plugin version from parent

This commit is contained in:
Gary Gregory
2023-01-13 16:56:02 -05:00
parent cface88a71
commit ff372e56f6

View File

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