Remove the workaround introduced in commit 5918182e0d, now that we require minimum Java 8 runtime

This commit is contained in:
Jaikiran Pai 2019-11-02 18:11:07 +05:30
parent bf82dbedbe
commit c0c8df492d
1 changed files with 0 additions and 9 deletions

View File

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