You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The following outputs are forwarded from the underlying `setup-java` and `cache`
81
81
82
82
## Gradle configuration cache
83
83
84
-
To enable the Gradle configuration cache, which further improves the build performance, a secret called `GRADLE_ENCRYPTION_KEY` must exist.
84
+
To enable the Gradle configuration cache, which further improves the build performance in addition to the default enabled wrapper/script/dependency/build cache, a GitHub secret called `GRADLE_ENCRYPTION_KEY` must exist.
85
85
If the secret does not exist, Gradle will still work, but the configuration cache will not be saved.
0 commit comments