api / org.gradle.api.java.archives / Manifest / getEffectiveManifest

getEffectiveManifest

abstract fun getEffectiveManifest(): Manifest

Returns a new manifest instance where all the attribute values are expanded (e.g. their toString method is called). The returned manifest also contains all the attributes of the to be merged manifests specified in #from(Object...).