You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple dependencies may use the same service descriptor file name in META-INF/services. In this case, it is generally desired to merge the content of each instance of the file into a single output file.
Summary
Shaded jars are commonly required when building libraries to prevent Class collision of project jars.
Proposal
Implement a
sharedJar
command or extensionLibraries
The jar-relocator library provides code to shade a jar.
The text was updated successfully, but these errors were encountered: