public interface BasePluginExtension
BasePlugin
.
Replaces BasePluginConvention
.
Modifier and Type | Method | Description |
---|---|---|
String |
getArchivesBaseName() |
Deprecated.
Use
getArchivesName() . |
Property<String> |
getArchivesName() |
The base name to use for archive files.
|
DirectoryProperty |
getDistsDirectory() |
Returns the directory to generate TAR and ZIP archives into.
|
String |
getDistsDirName() |
Deprecated.
Use
getDistsDirectory() . |
DirectoryProperty |
getLibsDirectory() |
Returns the directory to generate JAR and WAR archives into.
|
String |
getLibsDirName() |
Deprecated.
Use
getLibsDirectory() . |
void |
setArchivesBaseName(String archivesBaseName) |
Deprecated.
Use
getArchivesName() . |
void |
setDistsDirName(String distsDirName) |
Deprecated.
Use
getDistsDirectory() . |
void |
setLibsDirName(String libsDirName) |
Deprecated.
Use
getLibsDirectory() . |
DirectoryProperty getDistsDirectory()
DirectoryProperty getLibsDirectory()
@Deprecated String getDistsDirName()
getDistsDirectory()
. This method is scheduled for removal in Gradle 8.0.@Deprecated void setDistsDirName(String distsDirName)
getDistsDirectory()
. This method is scheduled for removal in Gradle 8.0.@Deprecated String getLibsDirName()
getLibsDirectory()
. This method is scheduled for removal in Gradle 8.0.@Deprecated void setLibsDirName(String libsDirName)
getLibsDirectory()
. This method is scheduled for removal in Gradle 8.0.@Deprecated String getArchivesBaseName()
getArchivesName()
. This method is scheduled for removal in Gradle 8.0.@Deprecated void setArchivesBaseName(String archivesBaseName)
getArchivesName()
. This method is scheduled for removal in Gradle 8.0.