Add input to disable dependencies caching altogether

This commit is contained in:
Paul Merlin 2020-06-15 14:30:25 +02:00
parent 7c8cc1a9ef
commit 3abad5567a
4 changed files with 13 additions and 2 deletions

View file

@ -20,6 +20,9 @@ inputs:
arguments:
description: Gradle command line arguments, see gradle --help
required: false
dependencies-cache-enabled:
description: Whether caching dependencies is enabled or not, default to 'true'
required: false
dependencies-cache-key:
description: Globs of files to hash in the build root directory, separated by new lines, use best-effort if unset
required: false