You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a wrapper checksum isn't in the "known" list we then fetch the checksums for all Gradle versions (even those that are in the "known" list).
Instead, we should only fetch checksums for versions that are not in the known checksums list.
The text was updated successfully, but these errors were encountered:
The checksum values for most wrapper versions are hard-coded into the action.
These known checksum values are first used for validation: only if none of the known
values work do we download checksums.
Previously, we blindly downloaded all of the checksum values in this case: we now only
download the checksums for versions that are not in our "known" set.
Fixes#171
Currently, if a wrapper checksum isn't in the "known" list we then fetch the checksums for all Gradle versions (even those that are in the "known" list).
Instead, we should only fetch checksums for versions that are not in the known checksums list.
The text was updated successfully, but these errors were encountered: