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.