mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
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.
8 lines
305 B
Properties
8 lines
305 B
Properties
systemProp.org.gradle.internal.http.connectionTimeout=120000
|
|
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=lenient
|