Skip to content

Commit 50e97c2

Browse files
authored
Link to docs for caching providers
1 parent f2e6298 commit 50e97c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DISTRIBUTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The `gradle/actions` project consists of three primary components:
88
| Component | License | Source | Description |
99
| :--- | :--- | :--- | :--- |
1010
| **Action Runner** | **[MIT](LICENSE)** | Open | The core action logic: configures a local Gradle installation, performs wrapper validation, and reports on Gradle build execution. |
11-
| **Basic Caching** | **[MIT](LICENSE)** | Open | Configures basic Gradle User Home caching using 'actions/cache'. |
12-
| **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. |
11+
| **[Basic Caching](docs/setup-gradle.md#basic-caching)** | **[MIT](LICENSE)** | Open | Configures basic Gradle User Home caching using 'actions/cache'. |
12+
| **[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. |
1313

1414
By default, **Enhanced Caching** is enabled to provide the best experience.
1515

0 commit comments

Comments
 (0)