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 javaplugin:
- project.name
DirectoryProperty distsDirectory
The directory to generate TAR and ZIP archives into.
- Default with javaplugin:
- ${project.layout.buildDirectory}/distributions
DirectoryProperty libsDirectory
The directory to generate JAR and WAR archives into.
- Default with javaplugin:
- ${project.layout.buildDirectory}/libs