bisq/gradle.properties
Alva Swanson d637517d7d
Enforce Gradle Dependency Verification
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.
2022-12-06 21:21:39 +02:00

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