Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.4.1.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 60,393 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
[!IMPORTANT] As of
v3
this action has been deprecated bygradle/actions/wrapper-validation
. Any workflow that usesgradle/wrapper-validation-action@v3
will transparently delegate togradle/actions/wrapper-validation@v3
.Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3
with
uses: gradle/actions/wrapper-validation@v3
See the wrapper-validation documentation for up-to-date documentation for
gradle/actions/wrapper-validation
.
For release details, see https://github.com/gradle/actions/releases/tag/v3.4.1