From eb7eb78d952fe59af907f5b9636fc97ce16b9611 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Mon, 15 Jun 2020 16:50:15 +0200 Subject: [PATCH] Refine README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 768ba0f..25da06f 100644 --- a/README.md +++ b/README.md @@ -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: They use the following inputs to calculate the cache key: + ```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. If the defaults don't suit your needs you can override them with the following inputs: