We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8331bd commit 1ec8b58Copy full SHA for 1ec8b58
2 files changed
Wurstpack/wurstscript/grill
@@ -23,4 +23,4 @@ if [[ ! -x "$RUNTIME" ]]; then
23
exit 3
24
fi
25
26
-exec "$RUNTIME" -Dfile.encoding=UTF-8 -jar "$JAR" "$@"
+exec "$RUNTIME" -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED -jar "$JAR" "$@"
Wurstpack/wurstscript/grill.cmd
@@ -31,7 +31,7 @@ if not exist "%JAVA%" (
31
goto :restore
32
)
33
34
-"%JAVA%" -Dfile.encoding=UTF-8 -jar "%GRILL_JAR%" %*
+"%JAVA%" -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED -jar "%GRILL_JAR%" %*
35
36
:restore
37
rem Restore previous code page if we captured it
0 commit comments