gradle / wrapper-validation-action

Gradle Wrapper Validation Action
https://github.com/marketplace/actions/gradle-wrapper-validation
MIT License
259 stars 58 forks source link

Migrate this action to `gradle/actions/wrapper-validation` #198

Closed bigdaz closed 7 months ago

bigdaz commented 7 months ago

Having a single repository to host all of the Gradle GitHub Actions will provide numerous benefits:

  1. Easier to stay on top of dependency updates
  2. More frequent release cycle
  3. Enable integration between different actions like automatic wrapper validation with setup-gradle.

We'll need to retain the existing gradle/wrapper-validation-action for a deprecation cycle: it can simply delegate to gradle/actions/wrapper-validation (similar to gradle/gradle-build-action delegating to gradle/actions/setup-gradle).

bigdaz commented 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.