Maven can't compile java 1.8

后端 未结 8 1489
旧巷少年郎
旧巷少年郎 2021-02-04 03:39

I\'m trying to use maven to build a jar but I keep getting the error

ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile 
(d         


        
8条回答
  •  無奈伤痛
    2021-02-04 04:24

    I'm not sure but can you try to update your maven.plugin version

    try

    
            org.apache.maven.plugins
            maven-compiler-plugin
                
                        1.8
                        1.8
                
            3.6.1
    
    

提交回复
热议问题