Dont Include Resource Transformer
open class DontIncludeResourceTransformer @Inject constructor(val objectFactory: ObjectFactory) : ResourceTransformer
A resource processor that prevents the inclusion of an arbitrary resource into the shaded JAR.
You can also use ShadowJar.exclude instead.
Modified from org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer.java.
Author
John Engelman