Revert to checkstyle 6.x for Java 7 support

This commit is contained in:
Sean Owen 2017-10-06 12:41:47 +01:00
parent 5b9ce1cd74
commit 7c1f313c05

View file

@ -462,7 +462,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.2</version>
<version>6.19</version>
</dependency>
</dependencies>
</plugin>