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
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
In order to accommodate upcoming changes in Gradle 7.5, v2.1.6 of this action started to save/restore the expanded distribution directory for a wrapper instead of the downloaded distribution zip (0e24fa1).
Unfortunately our test coverage failed to detect that this mechanism isn't working correctly with Gradle < 7.5: when Gradle discovers that the *.ok file is missing for the distribution it dutifully deletes the directory and re-downloads the distribution.
The text was updated successfully, but these errors were encountered:
Due to #293 the current mechanism for caching wrappers is not working.
This is a temporary fix to ensure that save/restore of the entire directory works.
Various improvements to CI workflows
- Compose all integ-test workflow executions into a single calling workflow
- Added a 'quick-check' workflow that provides faster feedback on branches other than main
- Only runs on ubuntu-latest
- Reuses cache entries from previous runs
- Builds distribution outputs so that these don't need to be committed during everyday development
- Added a workflow for purging old workflow executions
Together with the fix for #293, these changes fix#291
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In order to accommodate upcoming changes in Gradle 7.5,
v2.1.6
of this action started to save/restore the expanded distribution directory for a wrapper instead of the downloaded distribution zip (0e24fa1).Unfortunately our test coverage failed to detect that this mechanism isn't working correctly with Gradle < 7.5: when Gradle discovers that the
*.ok
file is missing for the distribution it dutifully deletes the directory and re-downloads the distribution.The text was updated successfully, but these errors were encountered: