Skip to content

v3.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigdaz bigdaz released this 29 Jan 18:17
· 23 commits to main since this release
d4bd442

Release candidate for gradle/[email protected].
This release candidate will be available under the v3 version tag.

Important

As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.