mirror of
https://github.com/gradle/actions.git
synced 2026-01-13 17:26:03 +08:00
Fix typo
This commit is contained in:
@@ -158,7 +158,6 @@ cache-write-only: true
|
|||||||
The Gradle User Home directory tends to grow over time. When you switch to a new Gradle wrapper version
|
The Gradle User Home directory tends to grow over time. When you switch to a new Gradle wrapper version
|
||||||
or upgrade a dependency version the old files are not automatically and immediately removed.
|
or upgrade a dependency version the old files are not automatically and immediately removed.
|
||||||
While this can make sense in a local environment, in a GitHub Actions environment
|
While this can make sense in a local environment, in a GitHub Actions environment
|
||||||
While this can make sense in a local environment, in a GitHub Actions environment
|
|
||||||
it can lead to ever-larger Gradle User Home cache entries being saved and restored.
|
it can lead to ever-larger Gradle User Home cache entries being saved and restored.
|
||||||
|
|
||||||
To avoid this situation, the `setup-gradle` and `dependency-submission` actions will perform "cache-cleanup",
|
To avoid this situation, the `setup-gradle` and `dependency-submission` actions will perform "cache-cleanup",
|
||||||
|
|||||||
Reference in New Issue
Block a user