diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle index e8deba8ec9..6cd1070971 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle @@ -256,9 +256,9 @@ publishing.publications.withType(MavenPublication) { } executions { execution { - delegate.id('native-build') + delegate.id('native-compile') goals { - delegate.goal('build') + delegate.goal('compile-no-fork') } } }