You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build our software with the newly released jdk10 and the gradle plugin for fobiddenapis is failing:
Execution failed for task ':forbiddenApisMain'.
> The class file format of '/Users/jillesvangurp/git/inbot/inbot-eth-client/build/classes/java/main/io/inbot/ethcontracts/InToken$45.class' is too recent to be parsed by ASM.
Not super urgent for me since I'm not planning to run this in production but would be nice to get this updated for java 10.
The text was updated successfully, but these errors were encountered:
Hi @jillesvangurp,
there will be a new relaese soon, which also includes deprecated and unsafe signature updates for Java 10. But I have to upgrade to ASM version 6.1 first.
uschindler
changed the title
java 10 is not working due to changed class file format
Java 10 is not working due to changed class file format
Mar 28, 2018
I tried to build our software with the newly released jdk10 and the gradle plugin for fobiddenapis is failing:
Not super urgent for me since I'm not planning to run this in production but would be nice to get this updated for java 10.
The text was updated successfully, but these errors were encountered: