signalapp / gradle-witness

A gradle plugin that enables static verification for remote dependencies.
MIT License
229 stars 60 forks source link

show calculated hash when comparison failed #7

Open agrajaghh opened 9 years ago

agrajaghh commented 9 years ago

This shows the calculated hash in the error message. It should make it easier to update dependencies since you dont have to run gradle -q calculateChecksums to calculate the new checksum.

agrajaghh commented 9 years ago

added another commit, all mismatching chcksums are now reported instead of throwing InvalidUserDataException at the first mistach