-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Run on JDK8/9
2.
3.
What is the expected output? What do you see instead?
jarjar needs to be updated to use ASM 5.0.1 In particular, the 4.0 ClassReader
doesn't accept classes for version above 51.
So all classes are rejected.
What version of the product are you using? On what operating system?
Jarjar 1.3/1.4
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 17 May 2014 at 12:42