Add a reference to gradle-cache-action to Java-Gradle configuration

This commit is contained in:
Vladimir Sitnikov 2020-08-19 10:20:01 +03:00
parent 943d2a4dac
commit 2c899f56d3
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
## Java - Gradle ## Java - Gradle
Consider using [gradle-cache-action](https://github.com/burrunan/gradle-cache-action) as it provides fine-grained
[@actions/cache](https://github.com/actions/toolkit/tree/main/packages/cache)-based caching for Gradle builds.
```yaml ```yaml
- uses: actions/cache@v2 - uses: actions/cache@v2
with: with: