-
Notifications
You must be signed in to change notification settings - Fork 395
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
with grade 2.5: shadowJar task fails, Caused by: java.lang.NoClassDefFoundError #147
Milestone
Comments
Thanks. I'll get a patch in for this soon. |
Is there a workaround? |
Haven't looked into it yet. The workaround is probably to run Gradle 2.4. |
my work around is to use Gradle 2.4 (through gradlew) |
@johnrengelman I haven't tested it yet but I think you can fix it by changing the imports org.gradle.mvn3.org.codehaus.plexus.util.IOUtil to org.apache.commons.io.IOUtils |
johnrengelman
added a commit
that referenced
this issue
Jul 17, 2015
Fix compatibility with Gradle 2.5. Fixes #147
thanks |
toonborgers
added a commit
to toonborgers/exhibitor
that referenced
this issue
Dec 16, 2015
This was referenced Dec 16, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: