Skip to content

Upgrade ASM to 7.0-beta and jdependency to 2.1.1#415

Merged
johnrengelman merged 1 commit intoGradleUp:masterfrom
petarov:bugfix/jdk11-asm7-support
Oct 27, 2018
Merged

Upgrade ASM to 7.0-beta and jdependency to 2.1.1#415
johnrengelman merged 1 commit intoGradleUp:masterfrom
petarov:bugfix/jdk11-asm7-support

Conversation

@petarov
Copy link
Copy Markdown
Contributor

@petarov petarov commented Oct 22, 2018

Just a dependencies upgrade that resolves the java.lang.UnsupportedOperationException: This feature requires ASM7 error when using JDK 11.

As a side note, upgrades to org.ow2.asm would almost always require an upgrade
of the jdependency lib, where the newest ASM opt codes are supported.


Resolves #406

This resolves the `java.lang.UnsupportedOperationException: This feature requires ASM7`
error when invoking the shadowJar task using a JDK version 11.

As a side note, upgrades to `org.ow2.asm` would almost always require an upgrade
of the `jdependency` lib, where the newest ASM opt codes are supported.
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

Successfully merging this pull request may close these issues.

shadowJar fails - lower ASM API version

2 participants