summaryrefslogtreecommitdiffstats
path: root/build/common.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-09-04 21:04:11 +0300
committerArtur Signell <artur@vaadin.com>2013-09-04 21:04:11 +0300
commit3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c (patch)
treef36b52613dcc21004d21e18872a4a8734a1513d5 /build/common.xml
parentbc90a58b6ea58e441af6f83380ab8c979a8a6c7b (diff)
downloadvaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.tar.gz
vaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.zip
Reduce Ivy resolver spam to a minimum (#12510)
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
Diffstat (limited to 'build/common.xml')
-rw-r--r--build/common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.xml b/build/common.xml
index 39f3ee7d9f..9220cf6612 100644
--- a/build/common.xml
+++ b/build/common.xml
@@ -32,7 +32,7 @@
<target name="init-taskdefs" depends="ivy-configure" unless="deps.initialized">
<echo>Loading Ant tasks</echo>
- <ivy:resolve file="${project.root}/build/ivy/ivy.xml" conf="taskdefs" />
+ <ivy:resolve log="download-only" file="${project.root}/build/ivy/ivy.xml" conf="taskdefs" />
<ivy:cachepath pathid="taskdefs.classpath" conf="taskdefs" />
<taskdef resource="emma_ant.properties" classpathref="taskdefs.classpath" />