Skip to content

chore: Add Gradle wrapper checksum verification (GRADLE-104)#1247

Merged
runningcode merged 1 commit into
mainfrom
claude/jolly-mayer-8fcadc
Jun 1, 2026
Merged

chore: Add Gradle wrapper checksum verification (GRADLE-104)#1247
runningcode merged 1 commit into
mainfrom
claude/jolly-mayer-8fcadc

Conversation

@runningcode
Copy link
Copy Markdown
Contributor

What

Adds distributionSha256Sum to gradle/wrapper/gradle-wrapper.properties so the Gradle wrapper verifies the integrity of the downloaded distribution against a known-good SHA256 hash before using it.

Why

Without a checksum, the Gradle wrapper trusts whatever is served at the distribution URL. Adding the SHA256 ensures the downloaded zip matches the expected artifact, protecting against tampering or accidental corruption. Refs GRADLE-104.

Adds distributionSha256Sum to gradle-wrapper.properties so the Gradle
wrapper verifies the integrity of the downloaded distribution against a
known-good SHA256 before using it.
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Jun 1, 2026

GRADLE-104

@runningcode runningcode merged commit 616e411 into main Jun 1, 2026
23 checks passed
@runningcode runningcode deleted the claude/jolly-mayer-8fcadc branch June 1, 2026 16:52
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