Skip to content

Commit 248dd90

Browse files
gabrielfeobigdaz
authored andcommitted
Fix link to doc section
1 parent d576690 commit 248dd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It is possible to directly invoke Gradle in your workflow, and the `actions/setu
88

99
However, the `setup-gradle` action offers a several advantages over this approach:
1010

11-
- Easily [configure your workflow to use a specific version of Gradle](#choose-a-specific-gradle-version) using the `gradle-version` parameter. Gradle distributions are automatically downloaded and cached.
11+
- Easily [configure your workflow to use a specific version of Gradle](#build-with-a-specific-gradle-version) using the `gradle-version` parameter. Gradle distributions are automatically downloaded and cached.
1212
- More sophisticated and more efficient caching of Gradle User Home between invocations, compared to `setup-java` and most custom configurations using `actions/cache`. [More details below](#caching-build-state-between-jobs).
1313
- Detailed reporting of cache usage and cache configuration options allow you to [optimize the use of the GitHub actions cache](#optimizing-cache-effectiveness).
1414
- [Generate and Submit a GitHub Dependency Graph](#github-dependency-graph-support) for your project, enabling Dependabot security alerts.

0 commit comments

Comments
 (0)