Reenable verbose dependency verification (failure report)

The built-in Gradle dependency verification XML writer does not find all
our libraries for some unknown reason. I had to compute and add multiple
hashes manually. It seems like it is OS related and the CI output helped
to fix the problem. The console output makes it hard to fix issues
because we cannot access the generated HTML file. This change reenables
the verbose failure report.
This commit is contained in:
Alva Swanson 2022-12-06 20:18:22 +01:00
parent 90070c80c7
commit 2dc4072133
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -4,5 +4,5 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
# Makes Y/N user prompts more readable during installer packaging
org.gradle.console=plain
# org.gradle.dependency.verification.console=verbose
org.gradle.dependency.verification.console=verbose
org.gradle.dependency.verification=lenient