Skip to content

9.0.0-beta1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 13:14
· 2 commits to main since this release

Added

  • Add .md support to the Apache License and Notice transformers. (#1041)

Changed

  • BREAKING CHANGE: Rewrite this plugin in Kotlin. (#1012)
  • BREAKING CHANGE: Migrate Transformers to using lazy properties. (#1036)
  • BREAKING CHANGE: Migrate ShadowJar to using lazy properties. (#1044)
    isEnableRelocation is deprecated, use enableRelocation instead.
  • BREAKING CHANGE: Resolve Configuration directly in DependencyFilter. (#1045)
  • BREAKING CHANGE: Migrate SimpleRelocator to using lazy properties. (#1047)

Removed

  • BREAKING CHANGE: Remove Develocity integration. (#1013)

Fixed

  • Fix single Log4j2Plugins.dat isn't included into fat jar. (#1039)