-
When configure `jpackage` task with configuratin cache on Gradle 8.4, it failed.
- https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_executio…
-
jpackage -t exe --description "SpandanApplication" --app-version 2.0 --input . --icon "C:\Users\Sunfo\Downloads\qms_logo.ico" --dest . --name "SpandanApplication" --main-jar Spandan-Desktop-Applicati…
-
**Describe the issue**
I was interested in trying out FastR. Wanting to integrate it into my application I tried using the jpackage command currently in preview incubator status for jdk14. Trying sim…
-
**When using `run`**
![image](https://user-images.githubusercontent.com/9678279/104674480-bea8fc80-5709-11eb-9199-4062fd1658f5.png)
**When running deb file**
![image](https://user-images.gith…
-
## Summary
> _Specify the total amount of BSQ you are requesting, along with the USD total and BSQ/USD rate (don't include the brackets!):_
- **BSQ requested**: **`8181.82`**
- USD reque…
-
Hey there,
I'm running into a problem with version 3.0.0 of this plugin, when I run the `jpackage` task I get the following output:
`A problem was found with the configuration of task ':jpackage…
-
Trying to make a bug-report on native-image, I downloaded the latest [dev-build](https://github.com/graalvm/graalvm-ce-dev-builds/releases/download/24.0.0-dev-20231209_0120/graalvm-community-java21-li…
-
I am following the [instructions for building QuPath][1] from source on CentOS 7. I get the following error:
[jalal@goku qupath]$ ./gradlew clean jpackage
FAILURE: Build failed with …
-
Hi, I'm not sure if you can help or not, but I am trying to migrate an old Swing application that was using ant, to build, to now use Gradle, with the hopes of being able to use jlink/jpackage, using …
-
```
plugins {
id 'java'
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.10'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'org.beryx.jlink' version '2.2…