ProjectReportsPluginConvention

Deprecated

The conventional configuration for the `ProjectReportsPlugin`.

Deprecated

Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getProjectReportDir(): File
Returns the directory to generate the project reports into.
Link copied to clipboard
The name of the directory to generate the project reports into, relative to the project's reports dir.
Link copied to clipboard
abstract fun getProjects(): Set<Project>
Link copied to clipboard
abstract fun setProjectReportDirName(projectReportDirName: String)