From 1c809615505fae9768e2610dc6dbecdc3a796443 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Fri, 3 Apr 2026 07:45:43 -0600 Subject: [PATCH] Fix license link for Enhanced Caching component Updated the license link for Enhanced Caching component. --- DISTRIBUTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DISTRIBUTION.md b/DISTRIBUTION.md index de05ba03..ef5fed15 100644 --- a/DISTRIBUTION.md +++ b/DISTRIBUTION.md @@ -9,7 +9,7 @@ The `gradle/actions` project consists of three primary components: | :--- | :--- | :--- | :--- | | **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](NOTICE)** | Closed | Uses the 'gradle-actions-caching' library to provide fine-grained caching of Gradle User Home, intelligent cache cleanup and other advanced features. | +| **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.