When compiling springboot2.X source spring-boot-gradle-plugin error

Entry

mvn clean install -DskipTests -Pfast

After being given directly to:

[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] 

 According to the following prompt, enter continue

mvn clean -rf :spring-boot-gradle-plugin

 

Guess you like

Origin www.cnblogs.com/darklights/p/12381970.html