This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6edcf26  No longer required in Java 8
6edcf26 is described below

commit 6edcf2631d0870185507cba10c51d67a00b3c1da
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Sat Nov 2 18:32:22 2019 +0530

    No longer required in Java 8
---
 build-release.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build-release.xml b/build-release.xml
index fe10371..656a10e 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -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>

Reply via email to