Enable jar protocol

This commit is contained in:
Michiel Borkent 2020-04-16 15:33:25 +02:00
parent da0f4a6fe3
commit bc4fab37cd

View file

@ -38,7 +38,7 @@ args=( -jar $BABASHKA_JAR \
--initialize-at-run-time=java.lang.Math\$RandomNumberGeneratorHolder \ --initialize-at-run-time=java.lang.Math\$RandomNumberGeneratorHolder \
--initialize-at-build-time \ --initialize-at-build-time \
-H:Log=registerResource: \ -H:Log=registerResource: \
-H:EnableURLProtocols=http,https \ -H:EnableURLProtocols=jar,http,https \
--enable-all-security-services \ --enable-all-security-services \
-H:+JNI \ -H:+JNI \
--verbose \ --verbose \