summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorJan Matèrne <jhm@apache.org>2014-06-28 21:09:33 +0200
committerJan Matèrne <jhm@apache.org>2014-06-28 21:09:33 +0200
commit211b7188af7eb761ab8646f9a8cd847aca9db026 (patch)
tree2f1617acf95bd19e0f8dbf97065d89ce595e9315 /check.xml
parent7472cb03e65eaa3877e704a0af5bafd7eecb4162 (diff)
downloadant-211b7188af7eb761ab8646f9a8cd847aca9db026.tar.gz
update checkstyle (check 'DoubleCheckLocking' was removed in CS)
Diffstat (limited to 'check.xml')
-rw-r--r--check.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.xml b/check.xml
index 41551b985..9fdf96396 100644
--- a/check.xml
+++ b/check.xml
@@ -91,7 +91,7 @@
</target>
<target name="checkstyle" description="--> checks Ant codebase according to ${config.dir}/checkstyle-config" depends="init-ivy">
- <ivy:cachepath organisation="checkstyle" module="checkstyle" revision="4.4"
+ <ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" revision="5.7"
inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/>
<taskdef resource="checkstyletask.properties" classpathref="checkstyle.classpath" />
<mkdir dir="${checkstyle.reportdir}"/>