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
The shadowJar plugin makes a single file out of all the dependencies of
our services. Occasionally, this leads to file conflicts.
Jackson's META-INF/LICENSE conflicts with the directory META-INF/license
While we can run the shadowJars, you cannot extract them with `jar -x`,
as it ends up with an IOException extracting META-INF/license.
This excludes Jackson's META-INF/LICENSE, until we have a better
solution, ideally with one of the proposals in the shadow jar project.
See GradleUp/shadow#86
See GradleUp/shadow#102
0 commit comments