运行时 mvn test
对项目进行更改后,出现以下错误:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project GenericTests: Fatal error compiling: error: invalid target release: 1.13 -> [Help 1]
跑步 mvn test
紧接着,在我的项目中没有任何改变,编译没有任何问题。为什么maven在这种情况下会随机失败?
自从我安装了jdk13并在中更改了编译目标之后,这种情况才开始发生 pom.xml
至1.13
1条答案
按热度按时间v64noz0r1#
将编译目标更改为13而不是1.13