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

commit c0c8df492d2312c983f50cfdc5841e18177f6f7b
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Nov 2 18:11:07 2019 +0530

    Remove the workaround introduced in commit 
5918182e0d6836d89c42260da9de4428d4cbcec0, now that we require minimum Java 8 
runtime
---
 build.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/build.xml b/build.xml
index 9352b70..876cef3 100644
--- a/build.xml
+++ b/build.xml
@@ -23,12 +23,6 @@
     <property file="build.properties"/>
 
     <property name="final.name" value="ivy.jar"/>
-    <!-- Java 7 runs into TLS protocol issues when dealing with repositories
-    that no longer support older protocols -->
-    <condition property="java.sysprop.https.protocols" value="" else="TLSv1.2">
-        <javaversion atleast="1.8"/>
-    </condition>
-
 
     <target name="init-ivy-user-home" unless="ivy.use.local.home">
         <condition property="ivy.home" value="${env.IVY_HOME}">
@@ -466,9 +460,6 @@
                 <syspropertyset>
                     <propertyref prefix="http"/>
                 </syspropertyset>
-                <!-- We select specific HTTPS protocols, based on the Java 
version we are running
-                    on -->
-                <sysproperty key="https.protocols" 
value="${java.sysprop.https.protocols}"/>
 
                 <!-- Added this to test IVY-65 -->
                 <jvmarg value="-Duser.region=TR"/>

Reply via email to