spring-boot/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin
Scott Frederick cd441130bd Warn when image building workspace directories cannot be deleted
When the `buildWorkspace` location in the
`spring-boot:build-image` Maven goal or `bootBuildImage` Gradle
task is configured to use a local bind source, the location
is passed to the CNB lifecycle without further processing by
Spring Boot. The lifecycle is in control of creating any files
in the specified location. Spring Boot tries to remove the
directories at the specified location after an image is
successfully created, but should not fail the image build
if the lifecycle has created files or directories with
permissions that keep them from being deleted successfully.

Fixes gh-40760
2024-05-16 17:37:44 -05:00
..
src Warn when image building workspace directories cannot be deleted 2024-05-16 17:37:44 -05:00
build.gradle Merge branch '3.1.x' into 3.2.x 2024-05-16 18:06:32 +01:00