I'm trying to view the decompiled bytecode for a Java 8 class in IntelliJ but when opening it up it is trying to decompile the class using bytecode version Java 6:
I have managed to open it using Java 8 in the past (not sure how) but I have no idea how to change settings in IntelliJ to open it. Does anyone know how to do this?