Manifest Appender Transformer
open class ManifestAppenderTransformer @Inject constructor(val objectFactory: ObjectFactory) : ResourceTransformer
A resource processor that can append arbitrary attributes to the first MANIFEST.MF that is found in the set of JARs being processed. The attributes are appended in the specified order, and duplicates are allowed.
Modified from ManifestResourceTransformer.
Author
Chris Rankin
Properties
Link copied to clipboard
Link copied to clipboard
This is used for creating Gradle's lazy properties in the subclass, Shadow's build-in transformers that depend on this have been injected via ObjectFactory.newInstance. Custom transformers should implement or inject this property if they need to access it.