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 \