Skip to content

Releases: palantir/gradle-shadow-jar

3.6.0

19 Jan 13:09
3.6.0
a81a407

Choose a tag to compare

🐛 Fixes

  • Fix shadeTransitively not receiving lock constraints in subprojects

    When shadow-jar was applied to a subproject and GCV was applied at the root project, lockConfiguration() failed to register with GCV because it checked project.getPluginManager() instead of project.getRootProject().getPluginManager(). (#932)

3.5.0

27 Nov 13:36
3.5.0
8ebd8c6

Choose a tag to compare

🐛 Fixes

  • test on gradle 9 (#896)

3.4.0

27 Nov 13:36
3.4.0
e7e5942

Choose a tag to compare

🐛 Fixes

  • rename spec to test (#893)
  • don't require strict order or plugin application (#895)

3.3.0

24 Nov 16:44
3.3.0
3084f22

Choose a tag to compare

🐛 Fixes

  • Make shadow plugin fully configuration cache compatible (#891)

3.2.0

21 Nov 11:07
3.2.0
4b315f6

Choose a tag to compare

🐛 Fixes

  • Convert from groovy -> java (#886)

💡 Improvements

  • Update to shadow 9.2.2 (#887)

3.1.0

18 Sep 12:00
3.1.0
d5de0f3

Choose a tag to compare

🐛 Fixes

  • exclude shaded configuration from checkUnusedConstraints task (#552)

3.0.0

01 Dec 13:48
187c3cf

Choose a tag to compare

Type Description Link
Break Support Gradle 8. Drop support for Gradle 7. #411

2.8.0

20 Jul 20:52
6759fc8

Choose a tag to compare

Type Description Link
Improvement ServiceLoader service providers within shaded modules work as expected #362

2.7.0

12 Jul 23:00
58b95c0

Choose a tag to compare

Automated release, no documented user facing changes

2.6.0

20 Mar 16:02
8384668

Choose a tag to compare

Type Description Link
Improvement No longer shade tracing or metric classes #332