api / org.gradle.api.java.archives / ManifestMergeSpec / from

from

abstract fun from(vararg mergePaths: Any): ManifestMergeSpec

Adds a merge path to a manifest that should be merged into the base manifest. A merge path can be either another org.gradle.api.java.archives.Manifest or a path that is evaluated as per org.gradle.api.Project#files(Object...) . If multiple merge paths are specified, the manifest are merged in the order in which they are added.

Parameters

mergePaths - The paths of manifests to be merged

Return
this