mirror of
https://github.com/actions/cache.git
synced 2024-11-13 01:24:04 +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
|
||||
|
||||
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
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue