From 50e97c2cd7a37755bbfafc9c5b7cafaece252f6e Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Fri, 3 Apr 2026 08:42:14 -0600 Subject: [PATCH] Link to docs for caching providers --- DISTRIBUTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DISTRIBUTION.md b/DISTRIBUTION.md index ef5fed15..5828663a 100644 --- a/DISTRIBUTION.md +++ b/DISTRIBUTION.md @@ -8,8 +8,8 @@ The `gradle/actions` project consists of three primary components: | Component | License | Source | Description | | :--- | :--- | :--- | :--- | | **Action Runner** | **[MIT](LICENSE)** | Open | The core action logic: configures a local Gradle installation, performs wrapper validation, and reports on Gradle build execution. | -| **Basic Caching** | **[MIT](LICENSE)** | Open | Configures basic Gradle User Home caching using 'actions/cache'. | -| **Enhanced Caching** | **[Proprietary](licenses/gradle-actions-caching-license.txt)** | Closed | Uses the 'gradle-actions-caching' library to provide fine-grained caching of Gradle User Home, intelligent cache cleanup and other advanced features. | +| **[Basic Caching](docs/setup-gradle.md#basic-caching)** | **[MIT](LICENSE)** | Open | Configures basic Gradle User Home caching using 'actions/cache'. | +| **[Enhanced Caching](docs/setup-gradle.md#enhanced-caching)** | **[Proprietary](licenses/gradle-actions-caching-license.txt)** | Closed | Uses the 'gradle-actions-caching' library to provide fine-grained caching of Gradle User Home, intelligent cache cleanup and other advanced features. | By default, **Enhanced Caching** is enabled to provide the best experience.