Important
This release is a major update from the 8.3.x series. The plugin has been fully rewritten in Kotlin, bringing significant improvements to maintainability, performance, and future extensibility. It introduces many new features, enhancements, and bug fixes, and includes several breaking changes. Please review the changelog carefully and consult the new doc site before upgrading.
Added
- Support skipping string constant remapping. (#1401)
- Let
assemble
depend onshadowJar
. (#1524) - Fail build when inputting AAR files or using Shadow with AGP. (#1530)
Changed
- Restore Develocity Build Scan integration. (#1505)
It is still disabled by default, you can enable it by settingcom.gradleup.shadow.enableDevelocityIntegration = true
. - Expose
AbstractDependencyFilter
frominternal
topublic
. (#1538)
You can access it viacom.github.jengelman.gradle.plugins.shadow.tasks.DependencyFilter.AbstractDependencyFilter
.
Fixed
- Honor
options.release
for target JVM attribute. (#1502)