mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
This commit makes sure that the Native Cloud Native Buildpacks is configured when the native Maven profile is enabled. Doing so lets users generate a native image with a single command-line by default: $ ./mvnw -Pnative spring-boot:build-image Closes gh-32764