Update Checkstyle, so the Ivy-Check build job could run.

https://builds.apache.org/view/A-D/view/Ant/job/Ivy-check

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1592699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jan Materne 2014-05-06 10:06:48 +00:00 committed by Nicolas Lalevée
parent 2808ed31f8
commit a0fd8d07e1
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@
<!-- Checks Ivy codebase according to ${checkstyle.src.dir}/checkstyle-config -->
<target name="checkstyle-internal" depends="jar">
<ivy:cachepath organisation="checkstyle" module="checkstyle" revision="4.3"
<ivy:cachepath organisation="checkstyle" module="checkstyle" revision="5.0"
inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"
log="download-only"/>
<taskdef resource="checkstyletask.properties" classpathref="checkstyle.classpath" />