·
24 commits
to main
since this release
Added
- Compat Kotlin Multiplatform plugin. (#1280)
You still need to manually configuremanifest.attributes
(e.g.Main-Class
attr) in theshadowJar
task if necessary.
Changed
- BREAKING CHANGE: Rename
Transformer
toResourceTransformer
. (#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
DefaultInheritManifest
asinternal
. (#1303) - Migrate doc sites to MkDocs. (#1302)
Fixed
- Fix the last modified time of shadowed directories. (#1277)
Removed
- BREAKING CHANGE: Remove
Named
from the parents ofTransformer
. (#1289)