Closed bigdaz closed 7 months ago
The action implementation has been migrated to https://github.com/gradle/actions/tree/main/wrapper-validation. Once that has been released, we can convert this repository to a simple composite action delegating to gradle/actions/wrapper-validation
.
We'll then release the composite action as v3
, using the same version numbers as gradle/actions
. As such, the first v3 version will be v3.3.0
.
Having a single repository to host all of the Gradle GitHub Actions will provide numerous benefits:
setup-gradle
.We'll need to retain the existing
gradle/wrapper-validation-action
for a deprecation cycle: it can simply delegate togradle/actions/wrapper-validation
(similar togradle/gradle-build-action
delegating togradle/actions/setup-gradle
).