Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 6a8dc04

Browse files
committed
Upgrade ivy to 2.5.0 to use HTTPS for maven downloading
1 parent 05ff8a7 commit 6a8dc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<property name="javac.source" value="1.7" />
2727
<property name="javac.target" value="1.7" />
2828

29-
<property name="ivy.jar.version" value="2.2.0"/>
29+
<property name="ivy.jar.version" value="2.5.0"/>
3030
<property name="ivy.jar.name" value="ivy-${ivy.jar.version}.jar"/>
3131
<condition property="ivy.xml.name" value="ivy-pure-java.xml" else="ivy.xml">
3232
<istrue value="${lz4-pure-java}"/>

0 commit comments

Comments
 (0)