Added
- Sync
SimpleRelocator
changes from maven-shade-plugin. (#1076)
Changed
- BREAKING CHANGE: Migrate all
ListProperty
usages toSetProperty
. (#1103)
Some publicList
parameters are also changed toSet
. - Replace deprecated
SelfResolvingDependency
withFileCollectionDependency
. (#1114) - Support configuring
separator
inAppendingTransformer
. (#1169)
This is useful for handling files likeresources/application.yml
.
Fixed
- Fail builds if processing bad jars. (#1146)