为了账号安全,请及时绑定邮箱和手机立即绑定

maven 编译这个项目是 报版本过低错误

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project order: Compilation failure

[ERROR] Failure executing javac, but could not parse the error:

[ERROR] 错误: 不再支持源选项 1.5。请使用 1.6 或更高版本。

[ERROR] 错误: 不再支持目标选项 1.5。请使用 1.6 或更高版本。


用的1.8。。。

正在回答

1 回答

pom.xml文件中增加jdk的设置

<properties>内增加

 <maven.compiler.source>1.8</maven.compiler.source>

<maven.compiler.target>1.8</maven.compiler.target>
</properties>

尝试几次后成了。。刚开始直接引用1.8的怎么都不成。。


4 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

maven 编译这个项目是 报版本过低错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信