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 6cd10709717b..a04820ecc216 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 @@ -254,14 +254,6 @@ publishing.publications.withType(MavenPublication) { delegate.enabled('true') } } - executions { - execution { - delegate.id('native-compile') - goals { - delegate.goal('compile-no-fork') - } - } - } } } }