File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/dist
2
2
/build
3
+ /.ivy
Original file line number Diff line number Diff line change 176
176
<filter token =" REPO" value =" ${ ivy.maven-central.backup } " />
177
177
</filterset >
178
178
179
- <property name =" ivy.install.version" value =" 2.3 .0" />
179
+ <property name =" ivy.install.version" value =" 2.5 .0" />
180
180
<property name =" ivy.jar.dir" location =" .ivy" />
181
181
<property name =" ivy.jar.file" location =" ${ ivy.jar.dir } /ivy-${ ivy.install.version } .jar" />
182
182
186
186
187
187
<target name =" -install.ivy" unless =" ivy.available" >
188
188
<mkdir dir =" ${ ivy.jar.dir } " />
189
- <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" />
189
+ <get src =" ${ ivy. maven-central.backup } /org/apache/ivy/ivy/${ ivy.install.version } /ivy-${ ivy.install.version } .jar" dest =" ${ ivy.jar.file } " skipexisting =" true" />
190
190
<taskdef uri =" antlib:org.apache.ivy.ant" classpath =" ${ ivy.jar.file } " />
191
191
</target >
192
192
You can’t perform that action at this time.
0 commit comments