Skip to content

Commit 1b1bbe1

Browse files
readme update (#972)
1 parent 5d7b214 commit 1b1bbe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ steps:
156156
sub-project/**/gradle-wrapper.properties
157157
- run: ./gradlew build --no-daemon
158158
```
159+
Using the `cache: gradle` provides a simple and effective way to cache Gradle dependencies with minimal configuration.
160+
161+
For projects that require more advanced `Gradle` caching features, such as caching build outputs, support for Gradle configuration cache, encrypted cache storage, fine-grained cache control (including options to enable or disable the cache, set it to read-only or write-only, perform automated cleanup, and define custom cache rules), or optimized performance for complex CI workflows, consider using [`gradle/actions/setup-gradle`](https://github.com/gradle/actions/tree/main/setup-gradle).
162+
163+
For setup details and a comprehensive overview of all available features, visit the [setup-gradle documentation](https://github.com/gradle/actions/blob/main/docs/setup-gradle.md).
159164

160165
#### Caching maven dependencies
161166
```yaml

0 commit comments

Comments
 (0)