Update Spotless to 8.9.0 - #12208
Conversation
This comment has been minimized.
This comment has been minimized.
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
There was a problem hiding this comment.
More details
The centralized Spotless alias resolves from an explicitly imported version catalog in every affected build, and GrEclipse 4.27 remains pinned in both the root predeclaration and shared formatter configuration, preserving the existing formatter dependency contract.
🤖 Datadog Autotest · Commit 9baf1a5 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
| plugins { | ||
| java | ||
| id("com.diffplug.spotless") version "8.4.0" | ||
| alias(libs.plugins.spotless) |
There was a problem hiding this comment.
praise: Thanks, I was eyeing this as well :)
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Build pipeline has failing jobs for befe4a1: What to do next?
DetailsSince those jobs are not marked as being allowed to fail, the pipeline will most likely fail. |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Build pipeline has failing jobs for 38a239f: What to do next?
DetailsSince those jobs are not marked as being allowed to fail, the pipeline will most likely fail. |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Build pipeline has failing jobs for 174292f: What to do next?
DetailsSince those jobs are not marked as being allowed to fail, the pipeline will most likely fail. |
What Does This Do
Updates Spotless to 8.9.0 and centralizes its plugin version in the version catalog. GrEclipse remains pinned to 4.27 because of diffplug/spotless#3013.
Motivation
Keep formatter tooling current and use the version catalog consistently.
Additional Notes
Validated with
./gradlew spotlessCheckand the standalonetest-published-dependenciesSpotless check.Contributor Checklist