Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong sha256 checksum for gradle #82

Open
ThiGli opened this issue May 5, 2024 · 0 comments
Open

Wrong sha256 checksum for gradle #82

ThiGli opened this issue May 5, 2024 · 0 comments

Comments

@ThiGli
Copy link

ThiGli commented May 5, 2024

I was trying to run the app on my computer and got an error when installing gradle:

Your Gradle distribution may have been tampered with.
Confirm that the 'distributionSha256Sum' property in your gradle-wrapper.properties file is correct and you are downloading the wrapper from a trusted source.

 Distribution Url: https://services.gradle.org/distributions/gradle-7.5-bin.zip
Download Location: /home/thilo/.gradle/wrapper/dists/gradle-7.5-bin/f1w0cc9nuo0eivz97x2xlu9sv/gradle-7.5-bin.zip
Expected checksum: 'de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410'
  Actual checksum: 'cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2'

I think the checksum in ProExpense/gradle/wrapper/gradle-wrapper.properties is not correct. Setting distributionSha256Sum=cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2 in that file fixd the error for me. I used the checksum from the official source https://services.gradle.org/distributions/gradle-7.5-bin.zip .

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

No branches or pull requests

1 participant