mirror of https://github.com/apache/lucene.git
SOLR-4916: Re-add missing log="download-only"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2bc345a60
commit
f4557be8c1
|
@ -356,7 +356,7 @@
|
|||
<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,tests"
|
||||
<ivy:retrieve type="jar,bundle,tests" log="download-only"
|
||||
conf="${ivy.default.configuration}" sync="${ivy.sync}"/>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue