Skip to content

Conversation

@ThomasVitale
Copy link
Contributor

@ThomasVitale ThomasVitale commented Nov 23, 2025

  • 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
  • Optimize Git checkout operations in GitHub Workflows so that only the current branch is downloaded.

From the Setup Gradle actions docs:

More sophisticated and more efficient caching of Gradle User Home between invocations, compared to setup-java and most custom configurations using actions/cache.

Detailed reporting of cache usage and cache configuration options allow you to optimize the use of the GitHub actions cache.

@ThomasVitale
Copy link
Contributor Author

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.

By default, this action will perform the same wrapper validation as is performed by the dedicated wrapper-validation action. This means that invalid wrapper jars will be automatically detected when using setup-gradle.

@ThomasVitale ThomasVitale changed the title deps: Update Gradle Wrapper 9.2.0 to 9.2.1 chore(deps): Update Gradle Wrapper 9.2.0 to 9.2.1 Nov 23, 2025
@github-actions
Copy link

github-actions bot commented Nov 23, 2025

TestsPassed ✅SkippedFailed
Gradle Test Results (all modules & JDKs)324 ran324 passed0 skipped0 failed
TestResult
No test annotations available

@github-actions
Copy link

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

@edeandrea
Copy link
Contributor

so we could remove the dedicated workflow. For now I kept it.

I'd say go for it

@ThomasVitale
Copy link
Contributor Author

so we could remove the dedicated workflow. For now I kept it.

I'd say go for it

Done, thanks!

@github-actions
Copy link

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

@github-actions
Copy link

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

@edeandrea edeandrea enabled auto-merge (squash) November 23, 2025 16:27
- 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>
@github-actions
Copy link

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

@github-actions
Copy link

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

@edeandrea edeandrea disabled auto-merge November 23, 2025 16:51
@edeandrea edeandrea enabled auto-merge (squash) November 23, 2025 16:52
@edeandrea edeandrea disabled auto-merge November 23, 2025 16:52
@ThomasVitale
Copy link
Contributor Author

ThomasVitale commented Nov 23, 2025

I removed the "Gradle Wrapper Validation" workflow as a mandatory check for PRs in the GitHub settings, since the workflow has been removed now.

@edeandrea edeandrea merged commit 768f134 into main Nov 24, 2025
21 checks passed
@edeandrea edeandrea deleted the update-gradle branch November 24, 2025 13:02
@docling-java-ops docling-java-ops bot added the released Issue has been released label Nov 30, 2025
@docling-java-ops
Copy link
Contributor

🎉 This issue has been resolved in v0.1.5 (Release Notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Issue has been released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants