chore(deps): bump gradle-wrapper from 8.13 to 9.5.1 in /qa-tests-backend#20295
Conversation
🚀 Build Images ReadyImages are ready for commit b062dd6. To use with deploy scripts: export MAIN_IMAGE_TAG=4.12.x-108-gb062dd642c |
6835c5a to
8ad89e0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #20295 +/- ##
==========================================
- Coverage 49.83% 49.58% -0.25%
==========================================
Files 2773 2797 +24
Lines 210798 212782 +1984
==========================================
+ Hits 105059 105517 +458
- Misses 97974 99528 +1554
+ Partials 7765 7737 -28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
A newer version of gradle-wrapper exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
8ad89e0 to
1d8e21d
Compare
|
This one did not go smooth. |
|
@dependabot recreate |
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.13 to 9.5.1. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v8.13.0...v9.5.1) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1d8e21d to
a8bfef3
Compare
Protobuf plugin 0.8.19 uses the `convention` API removed in Gradle 9. Upgrade to 0.10.0 which uses extensions. Remove manual source directory management from protobuf.gradle since 0.9.0+ adds generated code to source sets automatically. Fix CRLF line endings in gradlew.bat introduced by dependabot. Partially generated by AI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Gradle 9.x requires JVM 17+ to run. Add foojay-resolver plugin for automatic JDK download and switch from sourceCompatibility/ targetCompatibility to the modern toolchain API. Partially generated by AI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Protobuf plugin 0.10.0 auto-registers generated Java sources in the Java source set. Clearing it prevented compileJava from running, so proto classes were missing at Groovy compilation time. Partially generated by AI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Three issues with Gradle 9.x Groovy compilation: 1. srcDirs += doesn't persist in Gradle 9.x Kotlin DSL; use srcDir() 2. Proto output dirs must be explicitly added to the Groovy source set via outputSourceDirectories (replacing the removed outputSourceDirectorySet) 3. Groovy compiler worker forks with only 512MB; increase to 4GB for proto-generated Java files Partially generated by AI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/retest |
Bumps gradle-wrapper from 8.13 to 9.5.1.
Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
fd78213Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)7758437fix scroll2fd605fOnly try to run as worker thread in DefaultBuildOperationQueue (#37845)af69849Release notes for Gradle 9.5.1 (#37853)f4d9d03Release notes for Gradle 9.5.101eda3aAddress review feedback on worker-lease retry changes7024e15Revert enrich file visitor with size info onreleasebranch (#37848)d51476fFix tryRunAsWorkerThread null-return test to match contract090ebabRevert "Add getLength() to FilePropertyVisitor.VisitState"bceab24Revert "Fix annotation"