Sean Gilligan
Sean Gilligan
See PR #2375 (and PR #2373 and PR #2374 for the issues around 1.71 not being on Maven Central yet)
Mostly related to migrating away from mutable, nullable `value`.
PR #3566 has been merged to `master` and PR #1779 has been closed in favor of the newer, merged PR. But PR #1779 was also trying to add `jpackage` build...
(This currently doesn't work because these builds are using Debian Gradle 4.4.1 which doesn't support the JavaFX-related plugins we are using)
### Description It would be nice to have an option in the configuration YAML to add the (non-root) user to one or more groups. In my specific use-case, I'm trying...
* ~~Change job label from `build` to `jpackage`~~ * Add a `name` attribute setting name with matrix.os This matches the format of `package-nix.yaml` in PR #1648 to keep them similar...
This PR adds a `flake.nix` (and `flake.lock`) file that can be used to create a Nix development shell for Sparrow. For interactive use (assuming the user has Nix installed and...
This PR is a child of PR #1644 (which has been updated from providing Gradle 8.12.1 to Gradle 8.13) -- this PR will need a rebase once that one is...
Add `needs: gradle_wrapper_validate` to `build` job. Child of PR #1651