No longer required in Java 8

This commit is contained in:
Jaikiran Pai 2019-11-02 18:32:22 +05:30
parent 28eb66db03
commit 6edcf2631d
1 changed files with 0 additions and 3 deletions

View File

@ -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>