The Maven Shade Plugin is configured with AppendingTransformer.
A simpler solution is to use the ServicesResourceTransformer which does not require a list of service files (the Gradle Shadow Plugin does this by default.)
In practice, this project work fine with AppendingTransformer. But it would be better to provide a more robust config.
The Maven Shade Plugin is configured with
AppendingTransformer
.A simpler solution is to use the
ServicesResourceTransformer
which does not require a list of service files (the Gradle Shadow Plugin does this by default.)In practice, this project work fine with
AppendingTransformer
. But it would be better to provide a more robust config.