Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Conversation

michaelweiser
Copy link
Contributor

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.

tofi86 and others added 5 commits April 23, 2017 13:53
Merge pull request #60 from tofi86/develop
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.
@tofi86 tofi86 changed the base branch from master to develop April 11, 2018 20:48
@tofi86
Copy link
Owner

tofi86 commented Apr 11, 2018

Thanks for providing this fix! Good catch! 👏

I cherry-picked your commit into the current develop branch which contains Travis CI checks and since a couple of hours also a shellcheck integration.

This patch fixes shellcheck error SC2145.

@tofi86 tofi86 closed this Apr 11, 2018
@tofi86 tofi86 self-assigned this Apr 11, 2018
@tofi86 tofi86 added the bug label Apr 11, 2018
@tofi86 tofi86 added this to the Version 3.0.2 milestone Apr 11, 2018
@tofi86 tofi86 mentioned this pull request Apr 12, 2018
@tofi86
Copy link
Owner

tofi86 commented Apr 12, 2018

released as version 3.0.2.

Thanks for your contribution! 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants