api / org.gradle.api.plugins / JavaPluginConvention / manifest

manifest

open fun manifest(): Manifest

Creates a new instance of a Manifest.

open fun manifest(closure: Closure<Any>): Manifest

Creates and configures a new instance of a Manifest. The given closure configures the new manifest instance before it is returned.

Parameters

closure - The closure to use to configure the manifest.

open fun manifest(action: Action<in Manifest>): Manifest

Creates and configures a new instance of a Manifest.

Parameters

action - The action to use to configure the manifest.

Since
3.5