Table of Contents
API Documentation: | BasePluginExtension |
---|
An extension used for BasePlugin
.
Replaces BasePluginConvention
.
Property | Description |
archivesName | The base name to use for archive files. |
distsDirectory | The directory to generate TAR and ZIP archives into. |
libsDirectory | The directory to generate JAR and WAR archives into. |
The base name to use for archive files.
- Default with
java
plugin: project.name
DirectoryProperty
distsDirectory
The directory to generate TAR and ZIP archives into.
- Default with
java
plugin: ${project.layout.buildDirectory}
/distributions
DirectoryProperty
libsDirectory
The directory to generate JAR and WAR archives into.
- Default with
java
plugin: ${project.layout.buildDirectory}
/libs