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

Fail if configuration-cache is enabled without dependencies cache #61

Closed
bigdaz opened this issue Aug 7, 2021 · 0 comments
Closed

Fail if configuration-cache is enabled without dependencies cache #61

bigdaz opened this issue Aug 7, 2021 · 0 comments
Assignees
Milestone

Comments

@bigdaz
Copy link
Member

bigdaz commented Aug 7, 2021

When Gradle gets a hit from the configuration-cache, it is assumed that all dependencies were already downloaded and can be found in the dependency resolution cache.

Currently, it is possible to combine configuration-cache-enabled = true and dependencies-cache-enabled=false, which will always result in build failures (unless the build has no external plugins/dependencies).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant