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

后端 未结 10 1040
[愿得一人]
[愿得一人] 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:03

    You can specify maven source/target version by adding these properties to your pom.xml file

    
        1.6
        1.6
    
    

提交回复
热议问题