Skip to content

chore: update Gradle wrapper to version 9.3.1#1299

Closed
mikepenz wants to merge 1 commit intodevelopfrom
feature/paparazzi
Closed

chore: update Gradle wrapper to version 9.3.1#1299
mikepenz wants to merge 1 commit intodevelopfrom
feature/paparazzi

Conversation

@mikepenz
Copy link
Owner

@mikepenz mikepenz commented Feb 1, 2026

This PR updates the Gradle wrapper to version 9.3.1.

Changes

  • Updated Gradle wrapper properties
  • Updated Gradle wrapper jar

Testing

  • CI builds pass

Copilot AI review requested due to automatic review settings February 1, 2026 18:55
@mikepenz mikepenz closed this Feb 1, 2026
@mikepenz mikepenz deleted the feature/paparazzi branch February 1, 2026 18:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s Gradle Wrapper to Gradle 9.3.1 so builds use the newer Gradle distribution and wrapper runtime.

Changes:

  • Bumped distributionUrl in wrapper properties to gradle-9.3.1-bin.zip
  • Updated the committed gradle-wrapper.jar to match the new wrapper version

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
gradle/wrapper/gradle-wrapper.properties Points the wrapper at the Gradle 9.3.1 distribution URL.
gradle/wrapper/gradle-wrapper.jar Updates the wrapper runtime JAR shipped with the repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-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.

Consider adding distributionSha256Sum to the wrapper properties so the downloaded Gradle distribution is pinned and verified. This provides stronger integrity protection than relying on the URL alone and helps prevent tampering/MITM issues during wrapper downloads.

Suggested change
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionSha256Sum=REPLACE_WITH_ACTUAL_SHA256_FOR_gradle-9.3.1-bin.zip

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants