openjfx / javafx-maven-plugin

Maven plugin to run JavaFX 11+ applications
Apache License 2.0
369 stars 59 forks source link

jlink: add --include-locales option #159

Open webracer999 opened 1 year ago

webracer999 commented 1 year ago

Could you please add a parameter for the jlink --include-locales option? (see https://docs.oracle.com/en/java/javase/19/docs/specs/man/jlink.html)

It can be used to shrink the generated jlink image by only include locales which are needed.