Table of Contents
| API Documentation: | ProjectReportsPluginConvention | 
|---|
The conventional configuration for the `ProjectReportsPlugin`.
| Property | Description | 
| projectReportDir | The directory to generate the project reports into. | 
| projectReportDirName | The name of the directory to generate the project reports into, relative to the project's reports dir. | 
File projectReportDir (read-only)
The directory to generate the project reports into.
- Default with project-reportplugin:
- ${project.reporting.baseDir}/- ${project.projectReportDirName}
String projectReportDirName
The name of the directory to generate the project reports into, relative to the project's reports dir.
- Default with project-reportplugin:
- 'project'