From 81b4ac7741e20a8d787374d6857e936a3fbfce42 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 22 Jul 2024 07:21:54 -0600 Subject: [PATCH] Fix typo --- docs/setup-gradle.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/setup-gradle.md b/docs/setup-gradle.md index 8c28866d..5fc82274 100644 --- a/docs/setup-gradle.md +++ b/docs/setup-gradle.md @@ -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",