mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 20:38:34 +02:00
Add input to disable dependencies caching altogether
This commit is contained in:
parent
7c8cc1a9ef
commit
3abad5567a
4 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue