Table of Contents
API Documentation: | BasePluginConvention |
---|
A Convention
used for the BasePlugin.
Property | Description |
archivesBaseName | The base name to use for archive files. |
distsDir | Deprecated The directory to generate TAR and ZIP archives into. |
distsDirName | The name for the distributions directory. This in interpreted relative to the project' build directory. |
libsDir | Deprecated The directory to generate JAR and WAR archives into. |
libsDirName | The name for the libs directory. This in interpreted relative to the project' build directory. |
Note: This property is deprecated and will be removed in the next major version of Gradle.
The directory to generate TAR and ZIP archives into.
- Default with
java
plugin: ${project.buildDir}
/${project.distsDirName}
The name for the distributions directory. This in interpreted relative to the project' build directory.
- Default with
java
plugin: 'distributions'
Note: This property is deprecated and will be removed in the next major version of Gradle.
The directory to generate JAR and WAR archives into.
- Default with
java
plugin: ${project.buildDir}
/${project.libsDirName}
The name for the libs directory. This in interpreted relative to the project' build directory.
- Default with
java
plugin: 'libs'