This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Commit 7f48f78
Fix typo in JVMOptions expansion on java call
A curly brace is missing from the JVMOptions array expansion causing
errors such as the following when JVMOptions are in use:
Invalid maximum heap size: -Xmx1G[@]}
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.1 parent 254a843 commit 7f48f78
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | | - | |
| 770 | + | |
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
| |||
0 commit comments