Skip to content

Commit 82532fd

Browse files
committed
Change Ivy resolve log to "download-only".
1 parent eb767a4 commit 82532fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- Targets -->
1717

1818
<target name="resolve" description="Retrieve dependencies with Ivy.">
19-
<ivy:resolve log="quiet"/>
19+
<ivy:resolve log="download-only"/>
2020
<ivy:cachepath conf="build" pathid="build.classpath"/>
2121
<ivy:cachepath conf="default" pathid="runtime.classpath"/>
2222
<ivy:cachefileset conf="default" setid="runtime.fileset"/>

0 commit comments

Comments
 (0)