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