We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf5a32 commit 56970e8Copy full SHA for 56970e8
check.xml
@@ -147,8 +147,9 @@
147
value="${htmlcheck.report.dir}/report.txt"
148
description="Report file of the HTML-Check"/>
149
150
+ <available classname="org.apache.ivy.Ivy" property="ivy.present"/>
151
- <target name="init-ivy">
152
+ <target name="init-ivy" unless="ivy.present">
153
<property name="ivy.version" value="2.5.0"/>
154
<property name="ivy.jar.url" value="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/>
155
<property name="ivy.jar.dir" value="${build.dir}/ivy"/>
0 commit comments