mirror of
https://github.com/actions/cache.git
synced 2024-11-10 08:12:00 +01:00
Add a reference to gradle-cache-action to Java-Gradle configuration
This commit is contained in:
parent
943d2a4dac
commit
2c899f56d3
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue