Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI caching #20

Closed
05nelsonm opened this issue Mar 8, 2023 · 1 comment
Closed

Fix CI caching #20

05nelsonm opened this issue Mar 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@05nelsonm
Copy link
Member

Currently, caching for CI is hashing all **.gradle.kts files and using that hash as a key. This invalidates the GitHub Action cache whenever a new module is added. This should instead hash only the gradle/libs.versions.toml file such that the PR where a module was added, but other modules were not touched re-uses those unmodified modules' caches.

@05nelsonm 05nelsonm added the bug Something isn't working label Mar 8, 2023
@05nelsonm
Copy link
Member Author

No longer an issue as of #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant