Error “Source option 5 is no longer supported. Use 6 or later” on Maven compile

前端 未结 9 2505
谎友^
谎友^ 2021-02-01 00:54

I am getting the following error or $ mvn compile:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on         


        
9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 01:47

    I was facing the same issue and resolved it with the lines of code below:

    
       1.6
       1.6
     
    

提交回复
热议问题