Originally, when trying to compile the maven project in IntelliJ, I got the following error:
Error:java: invalid source release: 11
I then began by following some of the solutions here: Error:java: invalid source release: 8 in Intellij. What does it mean?
The previous projects I worked on were in Java 8, so after changing SDKs, language levels, JREs, etc. to Java 8, I have gotten this error:
Bad class file. class file has wrong version 55.0, should be 52.0
I know this is essentially saying the class file is Java 11 and should be 8, but is there anything else I am missing that could still possibly be trying to use Java 11? I even uninstalled Java 11, but am still getting the same error.