While creating a new Java 11 Project using Maven, I kept getting a now-famous error while compiling: "java error release version 5 not supported".
I was actually able to fix it by changing the Project Bytecode Version from 11 to 8. Could someone explain me why the project bytecode version can't be 11? Am I not supposed to compile to the same version of my JDK version?