This commit is contained in:
Daz DeBoer 2024-07-22 07:21:54 -06:00 committed by GitHub
parent c9872874b0
commit 81b4ac7741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
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
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",