signalapp / gradle-witness

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

Support gradle's "Implementation" #27

Open mueller-ma opened 6 years ago

mueller-ma commented 6 years ago

Gradle-witness only supports libraries added with "compile", but not "implementation".

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'.
It will be removed at the end of 2018