The expected class file version 53 is for Java 9, I believe. So is the right javac being invoked?
I hit some issues like this on mac a while back, unrelated to Java 11. Suspected something wonky in Mac's Java setup not working well with the Gradle wrapper. Never resolved them actually. Have been working on linux lately. Kenn On Fri, Feb 7, 2020 at 11:32 AM Jean-Baptiste Onofré <[email protected]> wrote: > Hi > > No jdk 11 is not yet fully supported. > > I?ve started to work on it but it?s not yet ready. > > Regards > JB > > Le ven. 7 f?vr. 2020 ? 20:20, David Cavazos <[email protected]> a > ?crit : > >> Hi Beamers, >> >> I'm trying to run the tests for the Java examples using Java 11 and there >> is a compilation error due to an incompatible version. >> >> I'm using the latest version of master. >> >> [image: image.png] >> >> If I downgrade to Java 8, it works. But isn't Java 11 supported? >> >> Thanks! >> >
