Open GeoffreyMetais opened 8 years ago
With a project organized with several modules, I don't want to verify my own dependencies. gradle-witness doesn't allow this.
This tool only verifies checksum in dependencyVerification {} block. If you don't want to verify some libraries, simply remove their's signatures from dependencyVerification {}
dependencyVerification {}
With a project organized with several modules, I don't want to verify my own dependencies. gradle-witness doesn't allow this.