ProjectReportsPlugin

@NullMarked
abstract class ProjectReportsPlugin : Plugin<Project> (source)

A Plugin which adds some project visualization report tasks to a project.

Since

0.7

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val DEPENDENCY_REPORT: String = "dependencyReport"
The dependency report.
Link copied to clipboard
val HTML_DEPENDENCY_REPORT: String = "htmlDependencyReport"
The html dependency report.
Link copied to clipboard
val PROJECT_REPORT: String = "projectReport"
The project report.
Link copied to clipboard
val PROPERTY_REPORT: String = "propertyReport"
The property report.
Link copied to clipboard
val TASK_REPORT: String = "taskReport"
The task report.

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.