pom.xml: configure kemitix-checkstyle-ruleset-maven-plugin to use checkstyle 7.4

This commit is contained in:
Paul Campbell 2017-01-15 14:41:55 +00:00
parent 1505b95a91
commit 973c63ed5a

View file

@ -153,6 +153,9 @@
<groupId>net.kemitix</groupId>
<artifactId>kemitix-checkstyle-ruleset-maven-plugin</artifactId>
<version>${kemitix-checkstyle-ruleset.version}</version>
<configuration>
<checkstyleVersion>7.4</checkstyleVersion>
</configuration>
<executions>
<execution>
<phase>validate</phase>