mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Finish enabling cache-cleanup by default
- Add deprecation warning for `gradle-home-cache-cleanup` - Change default for `dependency-submission` to `cache-cleanup: on-success` - Update documentation for changed default
This commit is contained in:
@@ -51,7 +51,6 @@ inputs:
|
||||
gradle-home-cache-cleanup:
|
||||
description: When 'true', the action will attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.
|
||||
required: false
|
||||
default: false
|
||||
deprecation-message: This input has been superceded by the 'cache-cleanup' input parameter.
|
||||
|
||||
gradle-home-cache-includes:
|
||||
|
||||
Reference in New Issue
Block a user