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.git
The following commit(s) were added to refs/heads/master by this push: new 2f0e194 HTTP refused by Maven Central (breaks nightlies) 2f0e194 is described below commit 2f0e194b8a18f094d2a9e47e34e16544ced55245 Author: twogee <g.grigelio...@gmail.com> AuthorDate: Sun Jan 19 23:50:20 2020 +0100 HTTP refused by Maven Central (breaks nightlies) --- check.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.xml b/check.xml index ca52fb0..fe3bacc 100644 --- a/check.xml +++ b/check.xml @@ -150,7 +150,7 @@ <target name="init-ivy"> <property name="ivy.version" value="2.5.0"/> - <property name="ivy.jar.url" value="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/> + <property name="ivy.jar.url" value="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/> <property name="ivy.jar.dir" value="${build.dir}/ivy"/> <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/> <mkdir dir="${ivy.jar.dir}"/>