ERROR Source option 1.5 is no longer supported. Use 1.6 or later

后端 未结 10 1039
[愿得一人]
[愿得一人] 2020-12-24 04:32

It all happens when I was trying to build a springboot application by ./mvnw clean install

When I first run the install command, it runs into followin

10条回答
  •  情歌与酒
    2020-12-24 05:14

    In IntelliJ:

    1. Open Project Structure (⌘;) > Modules > YOUR MODULE -> Language level: set 9, in your case.
    2. Repeat for each module.

提交回复
热议问题