Skip to content

Commit 4fc2aa1

Browse files
committed
Remove workaround in GraalVM native Paketo Builder Test
Closes gh-40641
1 parent 3e3a2c5 commit 4fc2aa1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-nativeApp.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ bootJar {
3333
}
3434

3535
bootBuildImage {
36-
environment = ['BP_NATIVE_IMAGE': 'true',
37-
//see https://github.com/paketo-buildpacks/native-image/issues/321
38-
'BP_NATIVE_IMAGE_BUILD_ARGUMENTS': '-H:-AddAllFileSystemProviders']
36+
environment = ['BP_NATIVE_IMAGE': 'true']
3937
}

0 commit comments

Comments
 (0)