Is there a way to print Ivy output when using Groovy Grape.
when I use Grape, it's just hanging there till finishes downloading all dependencies. I would like to know what it's happening and what it's downloading.
Thanks,
Looks like this might be in Groovy 1.7.6
https://issues.apache.org/jira/browse/GROOVY-4014
i.e. -Dgroovy.grape.report.downloads=true
in JAVA_OPTS or on the command line