BasePluginConvention

Deprecated

A Convention used for the BasePlugin.

Deprecated

Use BasePluginExtension instead. This class is scheduled for removal in Gradle 9.0.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getArchivesBaseName(): String
The base name to use for archive files.
Link copied to clipboard
Returns the directory to generate TAR and ZIP archives into.
Link copied to clipboard
abstract fun getDistsDirName(): String
The name for the distributions directory.
Link copied to clipboard
Returns the directory to generate JAR and WAR archives into.
Link copied to clipboard
abstract fun getLibsDirName(): String
The name for the libs directory.
Link copied to clipboard
abstract fun setArchivesBaseName(archivesBaseName: String)
Link copied to clipboard
abstract fun setDistsDirName(distsDirName: String)
Link copied to clipboard
abstract fun setLibsDirName(libsDirName: String)