-
Can we have some examples how to package ScalaFX apps? Should we build fat jars with assembly or use scala-native-packager with its own conventions?
Is there any thought on jlink and how do we move f…
-
Hi!
This Gradle plugin is great and it really made my development easier and faster. Im just having one problem: I cant find a way to set the icon to the executable.
The JPackager mentions the --i…
-
Hello,
I'm trying to use the plugin to build an installer for an application that uses JavaFX 12 and OpenJDK 11.0.5, but I'm getting an error when I use the jpackage task. This is the message that ap…
-
### Expected Behavior
Invoking PMD via the pmd plugin should not throw unexpected exceptions.
### Current Behavior
Sporadically, the Pmd task throws the following NativeException:
```
Caused by…
-
Hi,
First of all, thanks for providing such a great library and for maintaining it.
I use gradle. chart-fx works perfectly fine until I make my project modular.
I started with a simple projec…
-
Trying to use jpackage running Gradle 6.0 RC1 on top of Java 12 results in Stackoverflow
` at org.beryx.jlink.data.JlinkPluginExtension.toString(JlinkPluginExtension.groovy)
at org.gradle.internal.…
-
It seems that the first character of the `--app-version` argument should be a digit. If `appVersion` is not set, the plugin uses `project.version` as default value. If no version has been configured i…
-
Hello,
you might want to take a look at the latest jpackage build, because I think something is broken.
It runs fine and produces a package (in macOS at least), but it seems as though the unix scr…
-
Hi,
Thanks for the quick fix on the NPE issue. :)
Here's a link to the SO issue for the NPE issue that also contains my build.gradle file
https://stackoverflow.com/questions/58524790/badass-r…
-
I'm moving from another gradle plugin using the old jpackager...so I was very happy to find this one! This may be more of a question than an issue. Is there a better place for me to ask?
My install…