Bump to Gradle 9.5.1#11436
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 103fdb3d1a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
103fdb3 to
e2189e2
Compare
0f81f5c to
8702296
Compare
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master resultsStartup Time
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
AlexeyKuznetsov-DD
left a comment
There was a problem hiding this comment.
LGTM!
But let's bump Gradle just after next release.
Can't wait to test Gradle 9.6.0 and see if it will speedup our builds.
| // Related but not the issue here https://github.com/gradle/gradle/issues/36508 | ||
| failOnNoDiscoveredTests = false |
I agree. |
What Does This Do
Move Gradle to 9.5.1.
Upgrade guide:
Checksums:
Noteworthy Changes:
9.x) resolved to the latest patch--task-graphflag — prints a tree of task dependencies without executing them--console=coloredmode — colors without rich progress bars, useful for CI*.settings.gradle.kts) — IDE autocompletion and compile-time checking, matching the existing project-level experienceDetailed per version changes
9.0.0 (2025-07-31) — Major Release
MAJOR.MINOR.PATCHformat.gradle.ktsfiles9.x) resolved to the latest patch9.1.0 (2025-09-18)
--task-graphflag — prints a tree of task dependencies without executing themgradle initfor Kotlin projects now useskotlin-testdependency (instead ofkotlin-test-junit5) for flexible test framework selection--console=coloredmode — colors without rich progress bars, useful for CI--dry-runbehavior in composite builds9.2.0 (2025-10-29)
PublishingExtension.getSoftwareComponentFactory()method — easier custom software component publishing without depending on Java pluginsAdhocComponentWithVariantsfor lazy publishing configuration9.3.0 (2026-01-16)
@Before/@Afterclass/suite output now correctly associated with the right class/suite in JUnit 4, JUnit Jupiter, and TestNG--warning-mode=allAttributeContainer.named()convenience method for more concise attribute configuration9.4.0 (2026-03-04)
.featurefiles, customTestEngineformats); no workarounds neededTestReporterdata (attachments, key-value metadata) captured directly into HTML reports--task-graph) promoted to stable9.5.0 / 9.5.1 (2026-04-28 / 2026-05-14)
tasksreport gains a--provenanceflag*.settings.gradle.kts) — IDE autocompletion and compile-time checking, matching the existing project-level experienceretriesandretryBackOffMsingradle-wrapper.propertiesgradle initgains a--target-diroption--helpoutputGradle-9 blocking PRs
earBuildtasks to the smoke-test plugin #11417This closes the quest started in #10402
Fixes #10402
Fixes #11272
Motivation
Use up-to-date build tools. This also showed that our build is using many old patterns and deprecated features that are either phased out, or already removed.
Additional Notes
Checked workflows
update-gradle-dependencies.yaml(write dependency locks)run-system-tests.yamlanalyze-changes.yamlChecked distinct
test-published-dependencies/project.Contributor Checklist
type:and (comp:orinst:) labels in addition to any other useful labelsclose,fix, or any linking keywords when referencing an issueUse
solvesinstead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]
Note: Once your PR is ready to merge, add it to the merge queue by commenting
/merge./merge -ccancels the queue request./merge -f --reason "reason"skips all merge queue checks; please use this judiciously, as some checks do not run at the PR-level. For more information, see this doc.