Skip to content

Commit a9c29ff

Browse files
committed
downgraded checkstyle version to allow java 7 build
1 parent f639e9c commit a9c29ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
<dependency>
406406
<groupId>com.puppycrawl.tools</groupId>
407407
<artifactId>checkstyle</artifactId>
408-
<version>8.18</version>
408+
<version>6.19</version>
409409
</dependency>
410410
</dependencies>
411411
</plugin>

0 commit comments

Comments
 (0)