mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
Remove workaround in GraalVM native Paketo Builder Test
Closes gh-40641
This commit is contained in:
+1
-3
@@ -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