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

Merge branch '23-dependency-verification' into 'main'

Enable gradle built-in dependency verification

Closes #23

See merge request !157
parents beefb241 4c980519
No related branches found
No related tags found
1 merge request!157Enable gradle built-in dependency verification
Pipeline #13784 passed
......@@ -29,6 +29,12 @@ test:
paths:
- .gradle/wrapper
- .gradle/caches
artifacts:
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths:
- build/reports
expire_in: 3 days
when: on_failure
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: always
......
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