-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
7a5229c
commit b678983
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters