mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Set -Djdk.module.illegalAccess=deny
Backport #4600 into this PR. Set `-Djdk.module.illegalAccess=deny` in order to reduce warning in startup logs.
This commit is contained in:
parent
e409b496ed
commit
0b40dff95d
@ -230,6 +230,7 @@ task packageInstallers {
|
||||
" --java-options -Xss1280k" +
|
||||
" --java-options -XX:MaxRAM=4g" +
|
||||
" --java-options -Djava.net.preferIPv4Stack=true" +
|
||||
" --java-options -Djdk.module.illegalAccess=deny" +
|
||||
// Options for creating the application package
|
||||
" --license-file \"${licenseFilePath}\"" +
|
||||
" --runtime-image \"${jdkForAppRuntimePath}\""
|
||||
|
Loading…
Reference in New Issue
Block a user