Package org.gradle.api.plugins
Class BasePluginConvention
java.lang.Object
org.gradle.api.plugins.BasePluginConvention
Deprecated.
A Convention
used for the BasePlugin.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
Deprecated.The base name to use for archive files.abstract DirectoryProperty
Deprecated.Returns the directory to generate TAR and ZIP archives into.abstract String
Deprecated.The name for the distributions directory.abstract DirectoryProperty
Deprecated.Returns the directory to generate JAR and WAR archives into.abstract String
Deprecated.The name for the libs directory.abstract void
setArchivesBaseName
(String archivesBaseName) Deprecated.abstract void
setDistsDirName
(String distsDirName) Deprecated.abstract void
setLibsDirName
(String libsDirName) Deprecated.
-
Constructor Details
-
BasePluginConvention
public BasePluginConvention()Deprecated.
-
-
Method Details
-
getDistsDirectory
Deprecated.Returns the directory to generate TAR and ZIP archives into.- Returns:
- The directory. Never returns null.
- Since:
- 6.0
-
getLibsDirectory
Deprecated.Returns the directory to generate JAR and WAR archives into.- Returns:
- The directory. Never returns null.
- Since:
- 6.0
-
getDistsDirName
Deprecated.The name for the distributions directory. This in interpreted relative to the project' build directory. -
setDistsDirName
Deprecated. -
getLibsDirName
Deprecated.The name for the libs directory. This in interpreted relative to the project' build directory. -
setLibsDirName
Deprecated. -
getArchivesBaseName
Deprecated.The base name to use for archive files. -
setArchivesBaseName
Deprecated.
-
BasePluginExtension
instead. This class is scheduled for removal in Gradle 9.0.