Generic Jar Archive Shader
Standard implementation for shading a JAR file by applying rules from the ShadeConfiguration in this order:
Remove resources matching
resourceExclusions
.Remove class files matching
classDeletes
.Rename class files and class references matching
classRenames
.
This ordering is important since class files are removed based on their original name, not their shaded name.
Functions
Link copied to clipboard
open override fun shade(source: GenericJarArchive, shadeConfiguration: ShadeConfiguration): GenericJarArchive