Skip to content

v0.31.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 02:37
· 119 commits to master since this release
b678983
fix: ensure missing package dependencies trigger a sync (#340)

This manifested because the gradle package depends on "jre". The
installed JRE satisfied this constraint initially but was later
upgraded. Because dependency resolving didn't set syncOnMissing, this
resulted in a "package not found" error.