Sorry for being a bother, but ever since yesterday, I've had issues with IntelliJ not working. Every time I try to run maven build, it always says the same error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project HelloWorld: Fatal error compiling: error: invalid target release: \1.8 -> [Help 1]
I tried searching up similar questions on here, such as this one, but the issue for that OP is his IntelliJ is outdated. For reference, I'm using IntelliJ 2019. Furthermore, everything was working last week and the week before, I have no idea what might've caused IntelliJ to suddenly throw me that error.
I've also tried following the steps taken by the OP and the answer here, to no avail. I set the Java compiler option to both 1.8 and 12, to no avail, and went to maven runner to set the JRE to JDK 12, without working.
At this point, I am truly frustrated with IntelliJ and can't tell if I'm being dumb. Anything would be helpful.
Here are my "settings"
Note for both bytecode versions, I have experimented with 12 and 1.8. Both produce the same output.