mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
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:
parent
90070c80c7
commit
2dc4072133
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user