Somehow refs #105
I see following in my log
--app-image /home/koppor/git-repositories/jabref/jabgui/build/packages/ubuntu-22.04/JabRef --description JabRef is an open source bibliography reference manager. Simplifies reference m
Is this just a mistake by gradle -i or are the options really not passed in quotes?
targetsWithOs("macos") {
jpackageResources = layout.projectDirectory.dir("buildres").dir("macos")
options.addAll(
// Needs to be listed everyhwere, because of https://github.com/gradlex-org/java-module-packaging/issues/104
"--description", "JabRef is an open source bibliography reference manager. Simplifies reference management and literature organization for academic researchers by leveraging BibTeX, native file format for LaTeX.",
Somehow refs #105
I see following in my log
Is this just a mistake by
gradle -ior are the options really not passed in quotes?