Did you try the following? $ gradle projectReport
Alternative tasks to generate a subset of the reports can be found in the task names of the user guide [1] [1] http://www.gradle.org/current/docs/userguide/project_reports_plugin.html#N1364C HTH, Rob Winch On Wed, May 4, 2011 at 6:16 PM, Marco Hunsicker <[email protected]> wrote: > 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 > > >
