Extension Class has been compiled by a more recent version of the Java Runtime
Hello,
I am trying to make my first extension in ThingWorx 8.5. Everything seems fine but when I try to import it I have the following error:
zip4jExplorer/ZipExplorerThingTemplate has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0Here are my settings for the Java compiler:

I use JavaSE-1.8 which correspond to JavaRuntime 52.0 according to the documentation
I use gradle to build the extension.
Any Idea about what I am doing wrong?
Best regards


