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 a04820ecc21..adff4c7529f 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,6 +254,14 @@ publishing.publications.withType(MavenPublication) { delegate.enabled('true') } } + executions { + execution { + delegate.id('add-reachability-metadata') + goals { + delegate.goal('add-reachability-metadata') + } + } + } } } }