mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 20:38:34 +02:00
Disable dependencies cache by default
This commit is contained in:
parent
ae50675399
commit
2afa86ca9f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ inputs:
|
|||
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'
|
||||
description: Whether caching dependencies is enabled or not, default to 'false'
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue