Skip to content

Commit 2f0e194

Browse files
committed
HTTP refused by Maven Central (breaks nightlies)
1 parent fd1de05 commit 2f0e194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
<target name="init-ivy">
152152
<property name="ivy.version" value="2.5.0"/>
153-
<property name="ivy.jar.url" value="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/>
153+
<property name="ivy.jar.url" value="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/>
154154
<property name="ivy.jar.dir" value="${build.dir}/ivy"/>
155155
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>
156156
<mkdir dir="${ivy.jar.dir}"/>

0 commit comments

Comments
 (0)