Fix Windows httpkit config

This commit is contained in:
Michiel Borkent 2021-05-11 14:16:35 +02:00
parent 4ffd08f360
commit 00fd7820c3

View file

@ -34,7 +34,7 @@ call %GRAALVM_HOME%\bin\native-image.cmd ^
"-H:ReflectionConfigurationFiles=reflection.json" ^ "-H:ReflectionConfigurationFiles=reflection.json" ^
"--initialize-at-build-time" ^ "--initialize-at-build-time" ^
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient" ^ "--initialize-at-run-time=org.postgresql.sspi.SSPIClient" ^
"--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory\$SSLHolder" ^ "--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory$SSLHolder" ^
"-H:EnableURLProtocols=http,https,jar" ^ "-H:EnableURLProtocols=http,https,jar" ^
"--enable-all-security-services" ^ "--enable-all-security-services" ^
"-H:+JNI" ^ "-H:+JNI" ^