Open agrajaghh opened 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.
gradle -q calculateChecksums
added another commit, all mismatching chcksums are now reported instead of throwing InvalidUserDataException at the first mistach
InvalidUserDataException
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.