mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 13:25:14 +01:00
be96050964
Change default gradle console style to plain. This makes y/n user prompts more readable during installer packaging, without having to specify --console=plain.
6 lines
210 B
Properties
6 lines
210 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
|