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

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

Closed
bigdaz opened this issue Apr 4, 2024 · 1 comment · Fixed by #200
Closed

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

bigdaz opened this issue Apr 4, 2024 · 1 comment · Fixed by #200
Assignees

Comments

@bigdaz
Copy link
Member

bigdaz commented Apr 4, 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).

@bigdaz
Copy link
Member Author

bigdaz commented Apr 11, 2024

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.

bigdaz added a commit that referenced this issue Apr 12, 2024
Now that 'gradle/actions/wrapper-validation' has been released as v3.3.0,
we remove this implementation and delegate via a composite action.

Fixes #198
bigdaz added a commit that referenced this issue Apr 12, 2024
Now that 'gradle/actions/wrapper-validation' has been released as v3.3.0,
we remove this implementation and delegate via a composite action.

Fixes #198
bigdaz added a commit that referenced this issue Apr 12, 2024
Now that 'gradle/actions/wrapper-validation' has been released as v3.3.0, 
we remove this implementation and delegate via a composite action.

Fixes #198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant