-
Error message:
![image](https://user-images.githubusercontent.com/83671398/223215661-76edbabe-5c0d-4931-8565-4afd83862f85.png)
task:
```kotlin
tasks.jpackage {
dependsOn(jar, shadowJar)
…
-
Versions created using Gradle's `distZip` or `jlink` tasks are platform-specific due to the way JavaFX libraries are downloaded. If you try to run a version built on a Mac in Windows or Linux, for exa…
-
I'm submitting a…
- [ ] bug report
- [ ] feature request
- [x] other
**Short description of the issue/suggestion:**
After a successful build, double-clicking the exe does not display the ap…
-
Heads up, this is probably user error but I think you'd want me to report it anyway.
As a way to learn, I'm trying to incrementally add fields to `jlink` and `jpackage` blocks until things build. B…
-
I just checked out the project using git with `git clone --recurse-submodules https://github.com/sparrowwallet/sparrow `
and started the build process with ` ./gradlew jpackage`
Here is the log of…
-
this plugin is so wonderful!!! 👍,
but today a little trouble face me for long time,
how can I add icon file for msi installer ? I have tryed 'org.beryx.jlink' , that works when use gradle jpackag…
-
[JavaFX文档](https://fxdocs.github.io/docs/html5/)
[AsciidocFX 构建PDF, HTML等的编辑器](https://github.com/asciidocfx/AsciidocFX)
[xJavaFxTool 基于JavaFx搭建的实用小工具集合](https://github.com/864381832/xJavaFxTool)
[…
-
The plugin works great in Linux, but in my Windows 10 laptop I got the above error.
Gradle 7.6 with Intellij
-
Your app/package behaves like a trojan horse by writing and loading unsigned executable files to/from the temp folder:
C:\USERS\xxxxxx\APPDATA\LOCAL\TEMP\x\FLATLAF.TEMP\flatlaf-windows-x86_64-[rand…
-
I'm quoting directly from https://github.com/Kotlin/kotlinx.serialization/issues/940 because the same reasoning applies:
> **What is your use-case and why do you need this feature?**
> As of Kotli…