i using gradle integration ecplise. there way print out classpath of javaexec task?
the simplest set log level info using --info
if not browse through output add line similar inside javaexec task
dofirst{ sourcesets.main.runtimeclasspath.each { println it} }
Comments
Post a Comment