Apache Notice Resource Transformer
open class ApacheNoticeResourceTransformer(val objectFactory: ObjectFactory, patternSet: PatternSet) : PatternFilterableResourceTransformer
Merges META-INF/NOTICE.TXT files.
Modified from org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer.java.
Author
John Engelman
Constructors
Properties
Link copied to clipboard
The file encoding of the NOTICE file.
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The output path of the NOTICE file.
Link copied to clipboard
Link copied to clipboard