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