Reporting Extension
A project extension named "reporting" that provides basic reporting settings and utilities.
Example usage:
reporting {
baseDirectory = layout.buildDirectory.dir("our-reports")
}
Content copied to clipboard
When implementing a task that produces reports, the location of where to generate reports should be obtained via the file method of this extension.
Properties
Link copied to clipboard
Link copied to clipboard
The default name of the base directory for all reports, relative to getBuildDirectory ({@value}).
Link copied to clipboard