Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description mentions several changes that are not present in this pull request:

  • "Updated CI workflows to use compatible Java versions"
  • "Updated build configurations for Gradle 9.x compatibility"
  • "Added migration notes for Java 21 compatibility"
  • "Added Paparazzi test configurations and snapshots"

The actual changes only include updates to the Gradle wrapper files (gradlew, gradlew.bat, gradle-wrapper.properties, and gradle-wrapper.jar). Either these other files should be included in this PR, or the description should be updated to accurately reflect the scope of changes. If these changes are in other files not shown in the diff, please verify they are part of the PR.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title and description claim this upgrades Gradle from 8.11.1 to 9.3.1, but the actual change shows upgrading from 9.2.0 to 9.3.1. The previous version was 9.2.0, not 8.11.1 as stated in the title. Please update the PR title and description to accurately reflect that this is upgrading from 9.2.0 to 9.3.1.

Copilot uses AI. Check for mistakes.
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 0 additions & 3 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading