chore(deps): update gradle to v9#404
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the Gradle version from 8 to 9 in the cloudbuild.yaml configuration for both the test and assemble steps. A critical issue was raised regarding this change, as upgrading to a major version like Gradle 9 is likely to break the build due to a lack of support from the Spring Boot Gradle Plugin and other project dependencies.
| # [START cloudbuild_gradle] | ||
| steps: | ||
| - name: gradle:8-jdk21 | ||
| - name: gradle:9-jdk21 |
There was a problem hiding this comment.
This update to Gradle 9, a major version, is likely to break the build. The Spring Boot Gradle Plugin, which this project uses, does not yet support Gradle 9. For instance, the latest Spring Boot versions explicitly state that Gradle 9.x is not yet supported. Using an unsupported Gradle version can lead to build failures and unpredictable behavior. It is recommended to wait until your project's dependencies, particularly the Spring Boot plugin, officially support Gradle 9.
This PR contains the following updates:
8-jdk21→9-jdk21Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.