Enable jar protocol
This commit is contained in:
parent
da0f4a6fe3
commit
bc4fab37cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue