mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 12:38:08 +02:00
Fail if configuration-cache is enabled without dependencies cache
Fixes #61
This commit is contained in:
parent
01bfa29846
commit
88af98fab4
3 changed files with 14 additions and 2 deletions
|
@ -144,6 +144,8 @@ The distributions cache is simple and can't be configured further.
|
|||
The dependencies and configuration cache will compute a cache key in a best effort manner.
|
||||
Keep reading to learn how to better control how they work.
|
||||
|
||||
Note that enabling configuration cache without thee dependencies cache is not permitted, since a hit in the configuration cache assumes that dependencies are already present in the local dependencies cache.
|
||||
|
||||
### Configuring the dependencies and configuration caches
|
||||
|
||||
Both the dependencies and configuration caches use the same default configuration:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue