Skip to content
Snippets Groups Projects
Commit 9cc07f1d authored by Brian Carrier's avatar Brian Carrier
Browse files

Add offline condition for downloading ivy deps

parent 23346fc4
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/> uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/>
</target> </target>
<target name="retrieve-deps" description="retrieve dependencies using ivy" depends="init-ivy"> <target name="retrieve-deps" description="retrieve dependencies using ivy" depends="init-ivy" unless="offline">
<ivy:settings file="ivysettings.xml" /> <ivy:settings file="ivysettings.xml" />
<ivy:resolve/> <ivy:resolve/>
<ivy:retrieve sync="true" <ivy:retrieve sync="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment