manifest
Configures the manifest for this JAR archive.
The given closure is executed to configure the manifest. The org.gradle.api.java.archives.Manifest is passed to the closure as its delegate.
Return
This.
Parameters
configure Closure
The closure.