Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2
-
None
Description
When creating a plugin using Java 8 source (see https://github.com/mrpotes/java8-currying), the descriptor is not generated as asm v3.3 cannot read Java 8 class files.
This is fixed by updating to asm 5.0_BETA.
Patch attached.