Refine README

This commit is contained in:
Paul Merlin 2020-06-15 16:50:15 +02:00
parent 682d7347f7
commit eb7eb78d95

View file

@ -147,11 +147,15 @@ Keep reading to learn how to better control how they work.
Both the dependencies and configuration caches use the same default configuration: Both the dependencies and configuration caches use the same default configuration:
They use the following inputs to calculate the cache key: They use the following inputs to calculate the cache key:
```text ```text
**/*.gradle
**/*.gradle.kts
**/gradle.properties
gradle/**
``` ```
This is a good enough approximation.
They restore cached state even if there isn't an exact match. They restore cached state even if there isn't an exact match.
If the defaults don't suit your needs you can override them with the following inputs: If the defaults don't suit your needs you can override them with the following inputs: