Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 8353b1f

Browse files
Silence graal native-image warnings
1 parent f4d8bc9 commit 8353b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-scripts/graal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ process.on('unhandledRejection', error => {
3535
});
3636

3737
const NATIVE_IMAGE_BUILD_ARGS = [
38+
'-H:+UnlockExperimentalVMOptions',
3839
'-H:+ReportUnsupportedElementsAtRuntime',
3940
'-H:IncludeResourceBundles=org.kohsuke.args4j.Messages',
4041
'-H:IncludeResourceBundles=org.kohsuke.args4j.spi.Messages',

0 commit comments

Comments
 (0)