Commit Graph

6 Commits

Author SHA1 Message Date
cd2357
fb6dbcd9e0
Build: Change default console to plain
Change default gradle console style to plain. This makes y/n user prompts more readable during installer packaging, without having to specify --console=plain.
2021-05-25 08:59:10 +02:00
Chris Beams
96207654d0
Increase Gradle HTTP timeouts from 30 => 120 seconds
Problem: Gradle's default 30 second HTTP timeouts often cause bisq-*
component builds to fail when resolving dependencies built on the fly
via JitPack, e.g.:
https://travis-ci.org/bisq-network/bisq-core/builds/356777615#L518-L525.

Solution: Increase timeout values to 120 seconds, which should be more
that sufficient.

See:
 - gradle/gradle#3370
 - gradle/gradle#3371
 - gradle/gradle#4629
2018-03-22 10:39:52 +01:00
Manfred Karrer
6b4f528f47 UpdateFX with maven build (tested only on mac) 2015-02-27 23:47:23 +01:00
Steve Myers
acae09886c increased jvm memory in gradle.properties to 1024m 2014-12-03 13:13:51 -08:00
Steve Myers
c5b40da96d added daemon=true to gradle.properties 2014-12-03 13:06:25 -08:00
Steve Myers
21f24e5864 added gradle.properties with -Xmx512m for jenkins 2014-12-03 13:03:59 -08:00