On one of the projects I was trying to generate test for, I got a warning about Java 6 not being supported:
But I checked the JDK version of the module and project and it looks like they are correctly using java 8:
Is there something else I need to configure?
I get some tests generated anyway so its not a big issue, but I wonder if that could cause any problems.
Here is a view of the event log: