From e77e9c2c1c454eaa2fc52be47d16a796b30c4dec Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 27 Apr 2018 13:38:18 +0200 Subject: [PATCH] Include 'assets' repo in composite build This change should have been included in #4, but I forgot to mention it to @blabno when planning this work. See bisq-network/bisq-core#99 --- settings.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle b/settings.gradle index a300e4555..688eb2598 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,7 @@ rootProject.name = 'bisq' ['common', + 'assets', 'p2p', 'core', 'desktop',