编译springboot2.X源码时spring-boot-gradle-plugin报错
时间:2020-04-03 09:39:14
收藏:0
阅读:653
输入
mvn clean install -DskipTests -Pfast
后直接报错:
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (gradle) on project spring-boot-gradle-plugin: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
根据下面提示,继续输入
mvn clean -rf :spring-boot-gradle-plugin
原文:https://www.cnblogs.com/darklights/p/12381970.html
评论(0)