Skip to content

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 13:40
· 21 commits to main since this release

Fix Maven setup on immutable Linux systems such as Bazzite, Fedora Silverblue, Kinoite, and other rpm-ostree-based distributions.

  • Detect immutable Linux through the ostree boot marker or rpm-ostree.
  • Install Maven with Homebrew instead of invoking blocked dnf package operations.
  • Refuse to fall through to dnf when Homebrew is unavailable, with actionable setup guidance.
  • Add deterministic coverage for Bazzite/Silverblue dependency selection.

After updating, java-11-01 will use brew install maven on these systems.