Compiling Java 7 code via Maven

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

My pom file lists


  
    
        
            
                

        
18条回答
  •  情深已故
    2020-12-04 07:57

    Please check you pom.xml for the below tags

    
        1.7
        1.7
    
    

    it should point the required jdk version

提交回复
热议问题