Skip to content

Allow specifying a list of Java extra parameters#76

Open
ahadas wants to merge 2 commits into
crotwell:masterfrom
mucommander:add_exports
Open

Allow specifying a list of Java extra parameters#76
ahadas wants to merge 2 commits into
crotwell:masterfrom
mucommander:add_exports

Conversation

@ahadas
Copy link
Copy Markdown

@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