Generic Jar Archive Shader
Standard implementation for shading a JAR file by applying rules from the ShadeConfiguration in this order:
Remove class files matching
classDeletes.Remove resource files matching
resourceExclusions.Rename class files and class references matching
classRenames.Rename resource files matching
resourceRenames.
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