Fork me on GitHub
#graalvm
<
2021-11-02
>
ericdallo15:11:36

Does anyone knows if windows native-image supports --enable-url-protocols=https ? I saw somewhere windows didn't support but there is no offical graalvm docs mentioning it AFAICS

ericdallo15:11:53

I added recently that flag for clojure-lsp because of clojuredocs integration

ericdallo15:11:23

so I was just curious if that is working for windows 😅

borkdude16:11:35

it should as babashka is also using this of course

borkdude16:11:15

-H:EnableURLProtocols=http,https,jar \

ericdallo16:11:30

yeah makes sense, probably some old release doesn't support it, but probably was fixed on some graal version

ericdallo16:11:37

good, thanks!