openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
346 stars 58 forks source link

Support missing for jdk.packager.services / UserJvmOptionsService ? #60

Open Merudo opened 4 years ago

Merudo commented 4 years ago

Would it be possible to add support for jdk.packager.services / UserJvmOptionsService in the plugin?

The feature was available in Danny Althoff's javafx-gradle-plugin but it hasn't been updated in years.

danielpeintner commented 4 years ago

FYI: https://github.com/beryx/badass-jlink-plugin/ seems to provide support for jpackage which will be be introduced in Java 14

msgilligan commented 4 years ago

I use openjfx/javafx-gradle-plugin with https://github.com/beryx/badass-jlink-plugin/ regularly and they work well together.

I would recommend closing this issue and perhaps adding something in the README referring to https://github.com/beryx/badass-jlink-plugin/.

koppor commented 2 months ago

+1 for closing. Works fine. Especially, when the hint https://github.com/beryx/badass-jlink-plugin/issues/61#issuecomment-504640018 is followed.