Maven can't compile java 1.8

后端 未结 8 1390
旧巷少年郎
旧巷少年郎 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:28

    Because Maven does not know version of jdk you want to build. You can try with

    
        1.8
        1.8
    
    

提交回复
热议问题