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 kn
For full debugging, you need to use both of these settings exported via JAVA_OPTS when running in a Groovy script.
JAVA_OPTS
export JAVA_OPTS='-Divy.message.logger.level=4 -Dgroovy.grape.report.downloads=true' ./myScript.groovy