Skip to content

9.0.0-beta7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 18:31
· 2 commits to main since this release
22b9ba6

Added

  • Inject TargetJvmVersion attribute for Gradle Module Metadata. (#1199)
  • Support Java 24. (#1222)

Changed

  • Update start script templates. (#1183)
  • Mark more Transformers cacheable. (#1210)
  • Mark ShadowJar.dependencyFilter as @Input. (#1206)
    ShadowSpec.stats is removed and ShadowJar.stats is internal for now.
  • Polish startShadowScripts task registering. (#1216)

Fixed

  • Support overriding mainClass provided by JavaApplication. (#1182)
  • Fix ShadowJar not being successful after includes or excludes are changed. (#1200)

Removed

  • BREAKING CHANGE: Remove JavaJarExec, now use JavaExec directly for runShadow task. (#1197)