Add input to disable wrapper caching

This commit is contained in:
Paul Merlin 2020-06-15 15:41:09 +02:00
parent 3abad5567a
commit 02a8a21e55
4 changed files with 17 additions and 4 deletions

View file

@ -20,6 +20,9 @@ inputs:
arguments:
description: Gradle command line arguments, see gradle --help
required: false
wrapper-cache-enabled:
description: Whether caching wrapper installation is enabled or not, default to 'true'
required: false
dependencies-cache-enabled:
description: Whether caching dependencies is enabled or not, default to 'true'
required: false