We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb767a4 commit 82532fdCopy full SHA for 82532fd
build.xml
@@ -16,7 +16,7 @@
16
<!-- Targets -->
17
18
<target name="resolve" description="Retrieve dependencies with Ivy.">
19
- <ivy:resolve log="quiet"/>
+ <ivy:resolve log="download-only"/>
20
<ivy:cachepath conf="build" pathid="build.classpath"/>
21
<ivy:cachepath conf="default" pathid="runtime.classpath"/>
22
<ivy:cachefileset conf="default" setid="runtime.fileset"/>
0 commit comments