DistributionPlugin

abstract class DistributionPlugin : Plugin<T> (source)

Applies the DistributionBasePlugin and adds a conventional main distribution.

See also

<a href="https://docs.gradle.org/current/userguide/distribution_plugin.html">Distribution plugin reference</a>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Name of the main distribution
Link copied to clipboard
val TASK_INSTALL_NAME: String = "installDist"
The name of the install task for the main distribution.

Functions

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