Bump up version of Checkstyle (use the latest of 7 series)

This commit is contained in:
Gintas Grigelionis 2018-02-03 07:11:57 +01:00
parent c470b75897
commit 994fff7f62
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@
</target>
<target name="init-checkstyle" depends="jar">
<ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" revision="7.8.1"
<ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" revision="7.8.2"
inline="true" conf="default" pathid="checkstyle.classpath" log="download-only"/>
<taskdef uri="antlib:com.puppycrawl.tools.checkstyle.ant"
resource="com/puppycrawl/tools/checkstyle/ant/antlib.xml" classpathref="checkstyle.classpath"/>