BasePluginExtension

An extension used for BasePlugin.

Replaces BasePluginConvention.

Since

7.1

Functions

Link copied to clipboard
abstract fun getArchivesBaseName(): String
This method is only here to maintain compatibility with existing builds.
Link copied to clipboard
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
This method is only here to maintain compatibility with existing builds.
Link copied to clipboard
Returns the directory to generate JAR and WAR archives into.
Link copied to clipboard
abstract fun getLibsDirName(): String
This method is only here to maintain compatibility with existing builds.
Link copied to clipboard
abstract fun setArchivesBaseName(archivesBaseName: String)
This method is only here to maintain compatibility with existing builds.
Link copied to clipboard
abstract fun setDistsDirName(distsDirName: String)
This method is only here to maintain compatibility with existing builds.
Link copied to clipboard
abstract fun setLibsDirName(libsDirName: String)
This method is only here to maintain compatibility with existing builds.