Skip to content

Commit

Permalink
Update default IVY version
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Apr 6, 2020
1 parent 883d03f commit 46237fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/dist
/build
/.ivy
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<filter token="REPO" value="${ivy.maven-central.backup}"/>
</filterset>

<property name="ivy.install.version" value="2.3.0" />
<property name="ivy.install.version" value="2.5.0" />
<property name="ivy.jar.dir" location=".ivy" />
<property name="ivy.jar.file" location="${ivy.jar.dir}/ivy-${ivy.install.version}.jar" />

Expand All @@ -186,7 +186,7 @@

<target name="-install.ivy" unless="ivy.available">
<mkdir dir="${ivy.jar.dir}"/>
<get src="http://insecure.repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar" dest="${ivy.jar.file}" skipexisting="true"/>
<get src="${ivy.maven-central.backup}/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar" dest="${ivy.jar.file}" skipexisting="true"/>
<taskdef uri="antlib:org.apache.ivy.ant" classpath="${ivy.jar.file}"/>
</target>

Expand Down

0 comments on commit 46237fe

Please sign in to comment.