HelpTasksPlugin

abstract class HelpTasksPlugin : Plugin<Project> (source)

Adds various reporting tasks that provide information about the project.

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"
Link copied to clipboard
val DEPENDENCY_INSIGHT_TASK: String = "dependencyInsight"
Link copied to clipboard
val HELP_GROUP: String = "help"
Link copied to clipboard
val MODEL_TASK: String = "model"
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"
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.