Skip to content

Commit

Permalink
downgraded checkstyle version to allow java 7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Jun 19, 2019
1 parent f639e9c commit a9c29ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.18</version>
<version>6.19</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit a9c29ff

Please sign in to comment.