ProjectReportsPlugin

abstract class ProjectReportsPlugin : Plugin<T> (source)

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

See also

<a href="https://docs.gradle.org/current/userguide/project_report_plugin.html">Project Report plugin reference</a>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val DEPENDENCY_REPORT: String = "dependencyReport"
Link copied to clipboard
val HTML_DEPENDENCY_REPORT: String = "htmlDependencyReport"
Link copied to clipboard
val PROJECT_REPORT: String = "projectReport"
Link copied to clipboard
val PROPERTY_REPORT: String = "propertyReport"
Link copied to clipboard
val TASK_REPORT: String = "taskReport"

Functions

Link copied to clipboard
open fun apply(project: Project)