Remove workaround in GraalVM native Paketo Builder Test
Closes gh-40641
This commit is contained in:
@@ -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']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user