Johnrengelman Shadow Versions Save

Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.

8.1.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/johnrengelman/shadow/compare/8.1.0...8.1.1

8.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/johnrengelman/shadow/compare/8.0.0...8.1.0

8.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/johnrengelman/shadow/compare/7.1.2...8.0.0

7.1.2

2 years ago
  • Upgrade log4j to 2.17.1 due to CVE-2021-45105 and CVE-2021-44832

7.1.1

2 years ago
  • Upgrade log4j to 2.16.0 due to CVE-2021-44228 and CVE-2021-45046

7.1.0

2 years ago

7.0.0

2 years ago

6.1.0

3 years ago

6.0.0

3 years ago
  • Required Gradle 6.0+
  • NEW: Support for Gradle Metadata publication via the shadowRuntimeElements configuration. This is a beta feature the hasn't been tested extensively. Feedback is appreciated.
  • Fix Gradle 7 deprecation warnings #530
  • Fix to generated start script to correctly use optsEnvironmentVar#518
  • Yahor Berdnikau - Fix issues with Gradle API being embedded into published JAR #527
  • Dmitry Vyazelenko - ASM updates to support latest Java versions #549
  • ejjcase - Support exposing shadowed project dependencies via POM #543
  • Artem Chubaryan - Performance optimizations #535
  • Trask Stalnaker - Fix exclude patterns on Windows #539

5.2.0

4 years ago

With the release of Gradle 6.0, this will be the last release to support Gradle 5.x. The next version will be the major release 6.0 and will support at minimum Gradle 6.0 going forward. Thank you for all the contributions for this release.