mirror of https://github.com/apache/ant-ivy
No longer required in Java 8
This commit is contained in:
parent
28eb66db03
commit
6edcf2631d
|
|
@ -58,9 +58,6 @@
|
|||
<sysproperty key="ivy.local.default.root" value="${tutorial.local-repo}"/>
|
||||
<sysproperty key="ivy.cache.ttl.default" value="1s"/>
|
||||
<sysproperty key="skip.download" value="true"/>
|
||||
<!-- We select specific HTTPS protocols, based on the Java version we are running
|
||||
on -->
|
||||
<sysproperty key="https.protocols" value="${java.sysprop.https.protocols}"/>
|
||||
<arg line="-f @{antfile}"/>
|
||||
<arg line="@{target}"/>
|
||||
</java>
|
||||
|
|
|
|||
Loading…
Reference in New Issue