-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): Update Gradle Wrapper 9.2.0 to 9.2.1 #92
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
Conversation
f9fe656 to
68d536d
Compare
|
The Setup Gradle action is actually already performing the Gradle Wrapper validation (see docs), so we could remove the dedicated workflow. For now I kept it.
|
68d536d to
3697c72
Compare
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
I'd say go for it |
3697c72 to
a1f8507
Compare
Done, thanks! |
a1f8507 to
2c00085
Compare
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
2c00085 to
ec575a6
Compare
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
- Update Gradle Wrapper to 9.2.1 and add checksum for validation - Refine GitHub Workflows to leverage the Gradle caching from the Setup Gradle action instead of Setup Java - Remove redundant Gradle Wrapper Validation workflow since it's already performed by Setup Gradle action - Optimize Git checkout operations in GitHub Workflows so that only the current branch is downloaded Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
ec575a6 to
db7ab43
Compare
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
I removed the "Gradle Wrapper Validation" workflow as a mandatory check for PRs in the GitHub settings, since the workflow has been removed now. |
|
🎉 This issue has been resolved in |
From the Setup Gradle actions docs: