Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying a list of Java extra parameters #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ahadas
Copy link

@ahadas ahadas commented Sep 26, 2024

Previously, we had a map (javaExtras) for parameters that are passed to the JVM along with "-D options".
That doesn't allow us to specify parameters that repeat several times with different values, e.g., --add-exports X --add-exports Y.

This PR adds another list that we can use to specify such parameters to the JVM.
In addition, Gradle wrapper was upgraded to version 8.8 (by gradlew wrapper --gradle-version 8.8)

ahadas added a commit to ahadas/mucommander that referenced this pull request Sep 26, 2024
this dmg does not include JRE but rather uses the JRE
that is available on the machine.

to achieve this, we added gradle-macappbundle back with
the changes in:
crotwell/gradle-macappbundle#76
ahadas added a commit to ahadas/mucommander that referenced this pull request Sep 26, 2024
this dmg does not include JRE but rather uses the JRE
that is available on the machine.

to achieve this, we added gradle-macappbundle back with
the changes in:
crotwell/gradle-macappbundle#76
ahadas added a commit to ahadas/mucommander that referenced this pull request Sep 26, 2024
this dmg does not include JRE but rather uses the JRE
that is available on the machine.

to achieve this, we added gradle-macappbundle back with
the changes in:
crotwell/gradle-macappbundle#76
ahadas added a commit to ahadas/mucommander that referenced this pull request Sep 26, 2024
this dmg does not include JRE but rather uses the JRE
that is available on the machine.

to achieve this, we added gradle-macappbundle back with
the changes in:
crotwell/gradle-macappbundle#76
ahadas added a commit to ahadas/mucommander that referenced this pull request Sep 26, 2024
this dmg does not include JRE but rather uses the JRE
that is available on the machine.

to achieve this, we added gradle-macappbundle back with
the changes in:
crotwell/gradle-macappbundle#76
ahadas added a commit to mucommander/mucommander that referenced this pull request Sep 26, 2024
this dmg does not include JRE but rather uses the JRE
that is available on the machine.

to achieve this, we added gradle-macappbundle back with
the changes in:
crotwell/gradle-macappbundle#76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant