Skip to content
Open
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
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.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Gradle version mismatch: 9.5.1 instead of 9.5.0

Medium Severity

The distributionUrl points to gradle-9.5.1-bin.zip, but the PR title, description, and release notes all indicate an update to Gradle 9.5.0. The PR description even lists 9.5.1 under "Pending," suggesting the intended target was 9.5.0. This means the actual version being deployed doesn't match what's being reviewed — the release notes shown are for 9.5.0, not 9.5.1, so any breaking changes or deprecations specific to 9.5.1 would go unreviewed.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c22c775. Configure here.

networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading