mvn测试第一次编译失败

mwngjboj  于 2021-06-30  发布在  Java
关注(0)|答案(1)|浏览(313)

运行时 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

相关问题