pom.xml: configure kemitix-checkstyle-ruleset-maven-plugin to use checkstyle 7.4
This commit is contained in:
parent
1505b95a91
commit
973c63ed5a
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
@ -153,6 +153,9 @@
|
||||||
<groupId>net.kemitix</groupId>
|
<groupId>net.kemitix</groupId>
|
||||||
<artifactId>kemitix-checkstyle-ruleset-maven-plugin</artifactId>
|
<artifactId>kemitix-checkstyle-ruleset-maven-plugin</artifactId>
|
||||||
<version>${kemitix-checkstyle-ruleset.version}</version>
|
<version>${kemitix-checkstyle-ruleset.version}</version>
|
||||||
|
<configuration>
|
||||||
|
<checkstyleVersion>7.4</checkstyleVersion>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>validate</phase>
|
<phase>validate</phase>
|
||||||
|
|
Loading…
Reference in a new issue