HelpTasksPlugin

abstract class HelpTasksPlugin : Plugin<T> (source)

Adds various reporting tasks that provide information about the project.

See also

<a href="https://gradle.org/help/">Getting additional help with Gradle</a>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val COMPONENTS_TASK: String = "components"
Link copied to clipboard
val DEPENDENCIES_TASK: String = "dependencies"
Link copied to clipboard
val DEPENDENCY_INSIGHT_TASK: String = "dependencyInsight"
Link copied to clipboard
val DEPENDENT_COMPONENTS_TASK: String = "dependentComponents"
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)