You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DISTRIBUTION.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ The `gradle/actions` project consists of three primary components:
8
8
| Component | License | Source | Description |
9
9
| :--- | :--- | :--- | :--- |
10
10
|**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. |
13
13
14
14
By default, **Enhanced Caching** is enabled to provide the best experience.
0 commit comments