Skip to content
Snippets Groups Projects
Verified Commit 3619e7aa authored by Torsten Grote's avatar Torsten Grote
Browse files

Enable gradle built-in dependency verification

parent 93c507f1
No related branches found
No related tags found
1 merge request!157Enable gradle built-in dependency verification
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1g
org.gradle.dependency.verification.console=verbose
Source diff could not be displayed: it is too large. Options to address this: view the blob.
#!/bin/bash
set -e
# do not clear metadata file because of https://github.com/gradle/gradle/issues/19228
# calculating new checksums for all tasks usually need (add if missing)
./gradlew --write-verification-metadata sha256 check lint connectedCheck
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment