Howdy, how do I write a task report to a file?
I've tried to add the following configuration closure to build.gradle:
taskReport {
outputFile = file('target/tasks.txt')
}
But
$ gradle tasks --all
still dumps everything to System.out and no file seems to be generated.
Am I doing something wrong? Thanks.
Cheers, Marco --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
