Merge branch '3.2.x' into 3.3.x

Closes gh-43161
This commit is contained in:
Moritz Halbritter 2024-11-14 15:08:33 +01:00
commit dbe50732e3
1 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,5 @@ bootJar {
}
bootBuildImage {
environment = ['BP_NATIVE_IMAGE': 'true',
//see https://github.com/paketo-buildpacks/native-image/issues/321
'BP_NATIVE_IMAGE_BUILD_ARGUMENTS': '-H:-AddAllFileSystemProviders']
environment = ['BP_NATIVE_IMAGE': 'true']
}