Files
lnd-manageJ/settings.gradle
2022-05-11 08:17:54 +02:00

22 lines
451 B
Groovy

rootProject.name = 'lnd-manageJ'
include 'model'
include 'backend'
include 'balances'
include 'caching'
include 'configuration'
include 'forwarding-history'
include 'invoices'
include 'onlinepeers'
include 'payments'
include 'pickhardt-payments'
include 'privatechannels'
include 'selfpayments'
include 'statistics'
include 'transactions'
include 'web'
include 'ui'
include 'ui-demo'
include 'grpc-adapter'
include 'grpc-client'
include 'application'