From 2bc13e8e0a995e64d192d5465ec38ba1df1c49ce Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Mon, 19 Jan 2026 15:25:38 +0530 Subject: [PATCH] readme update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7addc9a46..8e21cd955 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,11 @@ steps: sub-project/**/gradle-wrapper.properties - run: ./gradlew build --no-daemon ``` +Using the `cache: gradle` provides a simple and effective way to cache Gradle dependencies with minimal configuration. + +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). + +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). #### Caching maven dependencies ```yaml