Skip to content

Commit 2fa955d

Browse files
authored
Update examples.md (#588)
Extend gradle notes.
1 parent 3a69637 commit 2fa955d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples.md

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
137137

138138
## Java - Gradle
139139

140+
>Note: Ensure no Gradle daemons are running anymore when your workflow completes. Creating the cache package might fail due to locks being held by Gradle. Refer to the [Gradle Daemon documentation](https://docs.gradle.org/current/userguide/gradle_daemon.html) on how to disable or stop the Gradle Daemons.
141+
140142
```yaml
141143
- uses: actions/cache@v2
142144
with:

0 commit comments

Comments
 (0)