Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 4a39eed

Browse files
authored
Mention setup-gradle in README
1 parent 272883a commit 4a39eed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
> [!IMPORTANT]
2+
> As of `v3` this action has been superceded by `gradle/actions/setup-gradle`.
3+
> Any workflow that uses `gradle/gradle-build-action@v3` will transparently delegate to `gradle/actions/setup-gradle@v3`.
4+
>
5+
> Users are encouraged to update their workflows, replacing:
6+
> ```
7+
> uses: gradle/gradle-build-action@v3
8+
> ```
9+
>
10+
> with
11+
> ```
12+
> uses: gradle/actions/setup-gradle@v3
13+
> ```
14+
>
15+
> See the [setup-gradle documentation](https://github.com/gradle/actions/tree/main/setup-gradle) for up-to-date documentation for `gradle/actons/setup-gradle`.
16+
117
# Execute Gradle builds in GitHub Actions workflows
218
319
This GitHub Action can be used to configure Gradle and optionally execute a Gradle build on any platform supported by GitHub Actions.

0 commit comments

Comments
 (0)