mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Refine README
This commit is contained in:
parent
682d7347f7
commit
eb7eb78d95
1 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue