-
Notifications
You must be signed in to change notification settings - Fork 400
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
[4.0.0] java.lang.IllegalArgumentException on Java 10 #403
Milestone
Comments
Same on Java 11. |
Related to the |
Hmm. I’ll see if I can get to this this weekend. Thanks for the report. Suppose I should set up a build in the latest jdks to check that. |
I just released v4.0.1. Please give that a try. |
sormuras
added a commit
to junit-team/junit5
that referenced
this issue
Sep 30, 2018
Related issue: GradleUp/shadow#403
Looks good on JDK 11 for the JUnit 5 build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just updated from 2.0.4 to 4.0.0 and now my shadow task fails with:
This is on Java 10.0.2. Am I doing something wrong?
Disassembling the
shadow-4.0.0.jar
shows forClassReader.class
around line 160:While for
shadow-2.0.4.jar
:Perhaps you put/repackaged an older version of ASM in the built jar?
The text was updated successfully, but these errors were encountered: