mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
d637517d7d
We had some issues with the Gradle Dependency Verification and nobody noticed it because it was not enforced by Gradle. Supply chain attack are sadly a real threat that should not be underestimated.
8 lines
262 B
Properties
8 lines
262 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
|