Compiling Java 7 code via Maven

前端 未结 18 1462
夕颜
夕颜 2020-12-04 07:10

My pom file lists


  
    
        
            
                

        
18条回答
  •  Happy的楠姐
    2020-12-04 07:50

    Ok, I just solved this issue on my own too. It is more important your JAVA_HOME, if you don't have a lower or no version compared to source/target properties from the Maven plugin, you will get this error.

    Be sure to have a good version in your JAVA_HOME and have it included in your PATH.

提交回复
热议问题