Remove workaround in GraalVM native Paketo Builder Test

Closes gh-40641
This commit is contained in:
Moritz Halbritter
2024-11-14 15:08:07 +01:00
parent 3e3a2c5643
commit 4fc2aa1abf
@@ -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']
}