Commit Graph

9 Commits

Author SHA1 Message Date
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
Alva Swanson
2dc4072133
Reenable verbose dependency verification (failure report)
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.
2022-12-06 21:18:22 +02:00
ghubstan
c70810edd7
2nd attempt at a tiny daonode rest service
Based on chimp1984's https://github.com/bisq-network/bisq/pull/6184
2022-05-07 18:37:42 -03:00
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