mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Add input to disable wrapper caching
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user