HelpTasksPlugin

abstract class HelpTasksPlugin : Plugin<Project> (source)

Adds various reporting tasks that provide information about the project.

Since

1.3

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val ARTIFACT_TRANSFORMS_TASK: String = "artifactTransforms"
The name of the Artifact Transforms report task.
Link copied to clipboard
val DEPENDENCIES_TASK: String = "dependencies"
The dependencies task.
Link copied to clipboard
val DEPENDENCY_INSIGHT_TASK: String = "dependencyInsight"
The dependency insight task.
Link copied to clipboard
val HELP_GROUP: String = "help"
The help group.
Link copied to clipboard
val MODEL_TASK: String = "model"
The model task.
Link copied to clipboard
val OUTGOING_VARIANTS_TASK: String = "outgoingVariants"
The name of the outgoing variants report task.
Link copied to clipboard
val PROPERTIES_TASK: String = "properties"
The properties task.
Link copied to clipboard
val RESOLVABLE_CONFIGURATIONS_TASK: String = "resolvableConfigurations"
The name of the requested configurations report task.

Functions

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