Looking for example of Javapackager gradle integration for a JavaFX app -
i looking sensible way integrate packaging of javafx application gradle build.
the plugin @ https://bitbucket.org/shemnon/javafx-gradle not it's maintained , wondering if there better way manually hacking command line invocation of javapackager have manually resolve dependency stuff myself.
thanks
i've been facing similar situations, started pure gradle sample project on github
https://github.com/moxi/javafx-gradle-multiproject-setup
i'll try update code basic stuff generating dmg mac apps, it's starter.
you're right plugin looking no longer supported, can see in last comment author posted of issue:
https://bitbucket.org/shemnon/javafx-gradle/issues/49/documentation-and-a-working-sample
i found following project , it's kinda working, needs tweaks multiple modules project, generates binaries correctly:
https://github.com/fibrefox/javafx-gradle-plugin
this guy seems active on project nowadays, lack of documentation issue still can deploy javafx project, tried creating dmg package mac, have try same thing platforms you're planning support.
Comments
Post a Comment