Skip to content

Commit

Permalink
Update examples.md (#588)
Browse files Browse the repository at this point in the history
Extend gradle notes.
  • Loading branch information
Daniel Kuschny authored and GitHub committed May 13, 2021
1 parent 3a69637 commit 2fa955d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba

## Java - Gradle

>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.

```yaml
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 2fa955d

Please sign in to comment.