Skip to content

Commit

Permalink
Updated common-build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Jan 29, 2021
1 parent 93bae7a commit 900867b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions common-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@
<!-- <property name="ivy.settings.uptodate" value="true"/> -->
</target>

<target name="resolve" depends="ivy-availability-check,ivy-configure"/>
<target name="resolvex" depends="ivy-availability-check,ivy-configure">
<target name="resolve" depends="ivy-availability-check,ivy-configure">
<!-- todo, make this a property or something.
only special cases need bundles -->
<ivy:retrieve type="jar,bundle,test,test-jar,tests" log="download-only"
Expand All @@ -239,9 +238,8 @@

<property name="ivy_install_path" location="${user.home}/.ant/lib" />
<property name="ivy_bootstrap_url1" value="https://repo1.maven.org/maven2"/>
<!-- you might need to tweak this from china so it works -->
<property name="ivy_bootstrap_url2" value="https://uk.maven.org/maven2"/>
<property name="ivy_checksum_sha1" value="c5ebf1c253ad4959a29f4acfe696ee48cdd9f473"/>
<property name="ivy_bootstrap_url2" value="https://repo2.maven.org/maven2"/>
<property name="ivy_checksum_sha1" value="5abe4c24bbe992a9ac07ca563d5bd3e8d569e9ed"/>

<target name="ivy-availability-check" unless="ivy.available">
<condition property="ivy.available">
Expand Down

0 comments on commit 900867b

Please sign in to comment.