| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Make sure to upgrade the gradle wrapper itself too once upgraded to gradle 9 |
Sorry, something went wrong.
Co-authored-by: andimarek <1706744+andimarek@users.noreply.github.com>
Co-authored-by: andimarek <1706744+andimarek@users.noreply.github.com>
Test Results 326 files 326 suites 5m 4s ⏱️ Results for commit 10e3596. ♻️ This comment has been updated with latest results. |
Sorry, something went wrong.
|
@copilot Make sure to update the gradle wrapper itself too |
Sorry, something went wrong.
Co-authored-by: andimarek <1706744+andimarek@users.noreply.github.com>
Done in commit 10e3596. Updated gradle-wrapper.jar, gradlew, and gradlew.bat using ./gradlew wrapper --gradle-version=9.2.0.
Done in commit 10e3596. The gradle wrapper jar and scripts have been updated to 9.2.0. |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR upgrades graphql-java from Gradle 8.13 to Gradle 9.2.0, addressing compatibility issues and deprecation warnings introduced in the newer Gradle version.
Key changes:
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| gradle/wrapper/gradle-wrapper.properties | Updated distribution URL to Gradle 9.2.0 |
| gradle/wrapper/gradle-wrapper.jar | Updated wrapper JAR binary to Gradle 9.2.0 |
| gradlew | Updated wrapper script with new invocation syntax for Gradle 9 |
| gradlew.bat | Updated Windows wrapper script with new invocation syntax for Gradle 9 |
| settings.gradle | Fixed maven repository URL syntax to use assignment operator |
| build.gradle | Updated bnd plugin version, migrated deprecated Convention API, added JUnit Platform launcher dependency, fixed deprecated property assignments, and added explicit task dependencies |
Sorry, something went wrong.
|
Why is JUnit 4 still needed if 5 is already required? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Upgrading graphql-java from Gradle 8.13 to Gradle 9.2.0
Plan
Changes Made
Notes
- This upgrade unblocks issue Build and Test using Java 25 #4119 as mentioned in the problem statement
- One remaining deprecation warning from the bnd plugin itself (Task.project during jar task execution) is outside our control
- All user-defined deprecations have been fixed
- Gradle wrapper files (jar and scripts) have been properly updated to 9.2.0
Original prompt💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.