manifest

open fun manifest(configureClosure: Closure<out Any>): Jar(source)

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

configureClosure

The closure.