Alessadro Parisi
Alessadro Parisi
@siy Any news on this? I read your post on the topic some time ago, and only recently I used it in one of my projects. I had to clone...
@nbrugger-tgm so no support for JLink either? I'm using the latest versions of Micronaut and I can't package my application because of the errors described here: [GitHub](https://github.com/beryx/badass-jlink-plugin/issues/200#issuecomment-1582255622)
> When the `badass-jlink` thing does not work jlink / JPMS will not work with micronaut unless the micronaut team is willing to do this breaking change. The base problem...
So, is there support for portable apps on all platforms? I don't need my app to be installed
Got it, I don't need file associations either Sorry to bother, I need to publish my app on all major platforms as a single executable that doesn't need installation, and...
I'd like a single executable because my app just manages some files and allows to backup/restore them. It doesn't depend on the device it runs on, aside from the OS...
I can't make this work either: ``` Includes: [CopyRule{dir=build/libs, includes=[enbmanager.jar], excludes=null}] Since JavaFX will be provided, we are stripping it from the build jar If this causes problems you can...
> Probably your jar file isn't an executable jar. > > The maven starter project produces and executable jar. You changed to gradle and probably just need to add some...
 It finally works, yay! I have some questions: 1) Is it normal that the package name is enbmanager-0.0.0-main.tgz despite the version being set to 20.0.3? 2) If a user...
@shannah Thank you very much, you've been very kind I'm done for the day, so I think I'll get some rest now. I'm not going to clutter this issue more...