Skip to content

Commit

Permalink
Update package.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
retoaccess1 committed May 14, 2024
1 parent 1448613 commit 58ffc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/package/package.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ task packageInstallers {
" --java-options --add-opens=java.base/java.lang.reflect=ALL-UNNAMED" +
" --java-options --add-opens=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED" +
" --java-options -Djava.net.preferIPv4Stack=true" +
" --arguments --baseCurrencyNetwork=XMR_STAGENET"
" --arguments --baseCurrencyNetwork=XMR_MAINNET"
// Warning: this will cause guice reflection exceptions and lead to issues with the guice internal cache
// resulting in the UI not loading
// " --java-options -Djdk.module.illegalAccess=deny" +
Expand Down

0 comments on commit 58ffc9a

Please sign in to comment.