Add cache for project .gradle dir

- For now, this is limited to configuration-cache directory
This commit is contained in:
Daz DeBoer
2021-08-20 13:01:43 -06:00
parent c211be411e
commit 5340f6e816
6 changed files with 144 additions and 12 deletions

View File

@@ -28,6 +28,10 @@ inputs:
description: Whether caching of state in Gradle User Home is enabled, default to 'true'
required: false
default: true
project-dot-gradle-cache-enabled:
description: Whether caching of state in project .gradle dir is enabled, default to 'false'
required: false
default: true
wrapper-cache-enabled:
description: Whether caching wrapper installation is enabled or not, default to 'true'
required: false