toggle menu
gradle
8.10.1
API
switch theme
search in API
gradle
/
org.gradle.api.distribution.plugins
/
DistributionPlugin
Distribution
Plugin
API
abstract
class
DistributionPlugin
:
Plugin
<
T
>
(
source
)
A
Plugin
to package project as a distribution.
See also
<a
href="https://docs.
gradle.
org/current/userguide/distribution_plugin.
html">Distribution
plugin
reference</a>
Members
Constructors
Distribution
Plugin
Link copied to clipboard
API
@
Inject
constructor
(
instantiator
:
Instantiator
,
fileOperations
:
FileOperations
,
callbackActionDecorator
:
CollectionCallbackActionDecorator
)
Properties
MAIN_DISTRIBUTION_NAME
Link copied to clipboard
API
val
MAIN_DISTRIBUTION_NAME
:
String
=
"main"
Name of the main distribution
TASK_INSTALL_NAME
Link copied to clipboard
API
val
TASK_INSTALL_NAME
:
String
=
"installDist"
Functions
apply
Link copied to clipboard
API
open
fun
apply
(
project
:
Project
)