signalapp / gradle-witness

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

Dont't throw an exception when depency is not found #25

Closed mueller-ma closed 6 years ago

mueller-ma commented 6 years ago

If a dependency is not used in a build flavor (e.g. GCM in foss-flavor), an exception is thrown. The only option without modifing the code is to remove the assertions for those libaries.

Signed-off-by: mueller-ma mueller-ma@users.noreply.github.com