api / org.gradle.api.distribution.plugins / DistributionPlugin

DistributionPlugin

@Incubating open class DistributionPlugin : Plugin<ProjectInternal>

A Plugin to package project as a distribution.

Constructors

<init>

DistributionPlugin(instantiator: Instantiator, fileOperations: FileOperations)

Properties

MAIN_DISTRIBUTION_NAME

static val MAIN_DISTRIBUTION_NAME: String

Name of the main distribution

TASK_INSTALL_NAME

static val TASK_INSTALL_NAME: String

Functions

apply

open fun apply(project: ProjectInternal): Unit