Skip to content

Commit

Permalink
Downgrade from checkstyle 7.6 to 6.19
Browse files Browse the repository at this point in the history
- checkstyle 7.0+ is compiled for jdk8 runtime, but Travis CI and the
current contributor docs are still specifying jdk7/jdk8.
  • Loading branch information
cflee committed Mar 7, 2017
1 parent 9556809 commit 31449de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<target name="checkstyle" description="Runs checkstyle">
<taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties">
<classpath>
<pathelement location="lib/checkstyle-7.6-all.jar" />
<pathelement location="lib/checkstyle-6.19-all.jar" />
</classpath>
</taskdef>
<checkstyle config="checkstyle.xml" failureProperty="checkstyle.failure.property">
Expand Down
Binary file not shown.

0 comments on commit 31449de

Please sign in to comment.