IntelliJ: Error: java: release version 10 not supported
问题 In IntelliJ, I'm getting this strange error message when I try to build from the build menu: Error: java: release version 10 not supported I don't understand this, since in Project Structure, I have these settings set: Project SDK: 9.0 Project Language Level: SDK Default Module Language Level: Project Default (both modules) In my pom.xml files, I have these properties set in both modules: <maven.compiler.source>9</maven.compiler.source> <maven.compiler.target>9</maven.compiler.target> I have