Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gradle/actions/wrapper-validation as a replacement for gradle/wrapper-validation-action #160

Closed
bigdaz opened this issue Apr 11, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@bigdaz
Copy link
Member

bigdaz commented Apr 11, 2024

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).

Related gradle/wrapper-validation-action#198

@bigdaz bigdaz self-assigned this Apr 11, 2024
@bigdaz bigdaz added enhancement New feature or request in:wrapper-validation labels Apr 11, 2024
@bigdaz
Copy link
Member Author

bigdaz commented Apr 11, 2024

Implemented in #159

@bigdaz bigdaz closed this as completed Apr 11, 2024
@bigdaz bigdaz added this to the v3.3 milestone Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant