bisq/settings.gradle
HenrikJannsen f55ab5e565
Remove monitor module
It has been extracted to https://github.com/bisq-network/bisq-monitor

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-24 16:30:34 -05:00

14 lines
212 B
Groovy

include 'proto'
include 'assets'
include 'common'
include 'p2p'
include 'core'
include 'cli'
include 'daemon'
include 'desktop'
include 'seednode'
include 'statsnode'
include 'apitest'
rootProject.name = 'bisq'