Log
Println
println("--------------")
classpath.each{
println it.toString()
}
println("--------------")
stack trace
- Print out the full (very verbose) stacktrace for all exceptions.
gradle [-S|--full-stacktrace]]
- Print out the stacktrace for all exceptions.
gradle -s, --stacktrace