Jar
Description
Assembles a JAR archive.
Properties
Name |
Type |
BasePlugin |
Description |
|---|---|---|---|
destinationDir |
File |
|
The directory for the generated archive file |
archiveName |
String |
|
The name of the generated archive file. If `archiveName` has not been explicitly set, the pattern for the name is: |
baseName |
String |
|
The first part of the archive name. Usually indicates the prpject it belongs to. |
appendix |
String |
|
The second part of the archive name. Often used if a project creates multiple archives, where the |
version |
String |
|
The third part of the archive name. Usually indicating the version of the jar. |
classifier |
String |
|
The 4rd part of the archive name. Similar in its usage to |
extension |
String |
|
The extension of the generated archive file. |
manifest |
Manifest |
|
The manifest object which generates the |
Methods
Provides all methods of the
Name |
Arguments |
Description |
|---|---|---|
manifest |
Closure |
Configures the manifest object with the closure. |
