IntelliJ: Error: java: release version 10 not supported

后端 未结 13 1945
甜味超标
甜味超标 2020-12-24 01:45

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

相关标签:
13条回答
  • 2020-12-24 02:24

    I got a similar error but did not use Maven.

    Solved it by updating the IntelliJ configuration:

    • File -> Settings-> Build, Execution, Development -> Compiler -> Java Compiler
    • update Project bytecode version to 8

    0 讨论(0)
提交回复
热议问题