Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes IOException in jar -x on shadow jars #899

Merged
merged 1 commit into from
Jan 4, 2016
Merged

Commits on Jan 4, 2016

  1. Fixes IOException in jar -x on shadow jars

    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
    Adrian Cole committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    ea7d4c4 View commit details
    Browse the repository at this point in the history