Added
- Compat Kotlin Multiplatform plugin. (#1280)
You still need to manually configuremanifest.attributes(e.g.Main-Classattr) in theshadowJartask if necessary.
Changed
- BREAKING CHANGE: Rename
TransformertoResourceTransformer. (#1288)
Aims to better align with the name of org.apache.maven.plugins.shade.resource.ResourceTransformer.java and to distinguish itself from org.gradle.api.Transformer.java. - BREAKING CHANGE: Mark
DefaultInheritManifestasinternal. (#1303) - Migrate doc sites to MkDocs. (#1302)
Fixed
- Fix the last modified time of shadowed directories. (#1277)
Removed
- BREAKING CHANGE: Remove
Namedfrom the parents ofTransformer. (#1289)