From 7ebe96773d7377464450c0d909b456b223dc77b8 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 23 Oct 2023 18:01:29 +0200 Subject: [PATCH] Simplify Graal argument (#1636) --- .../native-image/babashka/babashka/native-image.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/META-INF/native-image/babashka/babashka/native-image.properties b/resources/META-INF/native-image/babashka/babashka/native-image.properties index 7fd2654c..04994175 100644 --- a/resources/META-INF/native-image/babashka/babashka/native-image.properties +++ b/resources/META-INF/native-image/babashka/babashka/native-image.properties @@ -7,7 +7,7 @@ Args=-H:+ReportExceptionStackTraces \ -H:IncludeResources=src/babashka/.* \ -H:IncludeResources=SCI_VERSION \ -H:Log=registerResource:3 \ - -H:EnableURLProtocols=http,https,jar,unix \ + --enable-url-protocols=http,https,jar,unix \ --enable-all-security-services \ -H:+JNI \ --no-server \