·
37 commits
to main
since this release
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
fromshadow
tobuild
. (#1355)