signalapp / gradle-witness

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

./gradlew -q calculateChecksums fails on checksum I want it to calculate #19

Open retorquere opened 7 years ago

retorquere commented 7 years ago

When building Signal-Android, I'm getting signature verification failures, but when I try to recalculate the checksum, it fails on that same signature:

./gradlew -q calculateChecksums
signing.properties not found
Verifying me.leolin:ShortcutBadger
Verifying se.emilsjolander:stickylistheaders
Verifying com.google.android.gms:play-services-gcm
Verifying com.google.android.gms:play-services-maps
Verifying com.google.android.gms:play-services-location
Verifying com.jpardogo.materialtabstrip:library
Verifying org.w3c:smil
Verifying org.apache.httpcomponents:httpclient-android
Verifying com.github.chrisbanes.photoview:library
Verifying com.github.bumptech.glide:glide
Verifying com.makeramen:roundedimageview
Verifying com.pnikosis:materialish-progress
Verifying de.greenrobot:eventbus
Verifying pl.tajchert:waitingdots
Verifying com.soundcloud.android:android-crop
Verifying com.android.support:appcompat-v7

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Signal-Android'.
> Checksum failed for com.android.support:appcompat-v7:4b5ccba8c4557ef04f99aa0a80f8aa7d50f05f926a709010a54afd5c878d3618
ph0ngp commented 7 years ago

I have the exact same problem

Ram042 commented 7 years ago

Remove old checksums, run ./gradlew -q calculateChecksums and than paste new checksums in build.gradle