From 2fa955d825a29821e73ec064792122ea9f70e573 Mon Sep 17 00:00:00 2001 From: Daniel Kuschny Date: Thu, 13 May 2021 21:40:34 +0200 Subject: [PATCH] Update examples.md (#588) Extend gradle notes. --- examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples.md b/examples.md index f3d6788..eff7fac 100644 --- a/examples.md +++ b/examples.md @@ -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: