Distribution

A distribution allows to bundle an application or a library including dependencies, sources...

Functions

Link copied to clipboard
abstract fun contents(action: Action<in CopySpec>): CopySpec
Configures the contents of the distribution.
Link copied to clipboard
abstract fun getContents(): CopySpec
The contents of the distribution.
Link copied to clipboard
The baseName of the distribution, used in naming the distribution archives.
Link copied to clipboard
The classifier of the distribution, used as the archive classifier in the archives of this distribution.
Link copied to clipboard
abstract fun getName(): String
The name of this distribution.