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

Dependencies with transitive dependencies of type pom cause build exception #6

Open
tschulte opened this issue Dec 1, 2014 · 0 comments

Comments

@tschulte
Copy link
Owner

tschulte commented Dec 1, 2014

When there is a dependency which has a transitive dependency of type pom, this causes a build exception. This can also be reproduced by depending on the pom directly.

When having following dependency

dependencies {
    jnlp 'log4j:log4j:1.2.17@pom'
}

this exception is raised

Caused by: java.util.zip.ZipException: error in opening zip file
at de.gliderpilot.gradle.jnlp.SignJarsTask.copyUnsignAndAlterManifest(SignJarsTask.groovy:53)
at de.gliderpilot.gradle.jnlp.SignJarsTask$_signJars_closure3_closure7.doCall(SignJarsTask.groovy:40)
at groovyx.gpars.pa.GParsPoolUtilHelper$_eachParallelPA_closure8.doCall(GParsPoolUtilHelper.groovy:192)
... 10 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant