mirror of https://github.com/apache/ant-ivy
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:
parent
2808ed31f8
commit
a0fd8d07e1
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue