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 45087f60e0..db6a102255 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 @@ -232,6 +232,12 @@ publishing.publications.withType(MavenPublication) { delegate.goal('aot-generate') } } + execution { + delegate.id('repackage') + configuration { + delegate.classifier('exec') + } + } } } plugin {