toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.api.distribution
/
Distribution
Distribution
API
interface
Distribution
:
Named
(
source
)
A distribution allows to bundle an application or a library including dependencies, sources...
Members
Functions
contents
Link copied to clipboard
API
abstract
fun
contents
(
action
:
Action
<
in
CopySpec
>
)
:
CopySpec
Configures the contents of the distribution.
get
Contents
Link copied to clipboard
API
abstract
fun
getContents
(
)
:
CopySpec
The contents of the distribution.
get
Distribution
Base
Name
Link copied to clipboard
API
abstract
fun
getDistributionBaseName
(
)
:
Property
<
String
>
The baseName of the distribution, used in naming the distribution archives.
get
Distribution
Classifier
Link copied to clipboard
API
@
Incubating
abstract
fun
getDistributionClassifier
(
)
:
Property
<
String
>
The classifier of the distribution, used as the archive classifier in the archives of this distribution.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of this distribution.