Skip to content

9.0.0-beta12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 04:17
· 37 commits to main since this release
ede8437

Added

  • Support command line options for ShadowJar. (#1365)
Options:

--enable-relocation       Enable relocation of packages in the jar
--no-enable-relocation    Disables option --enable-relocation
--minimize-jar            Minimize the jar by removing unused classes
--no-minimize-jar         Disables option --minimize-jar
--relocation-prefix       Prefix to use for relocated packages
--rerun                   Causes the task to be re-run even if up-to-date

Changed

  • Move the group of ShadowJar from shadow to build. (#1355)