mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 14:34:24 +01:00
21 lines
433 B
Groovy
21 lines
433 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 'grpc-adapter'
|
|
include 'grpc-client'
|
|
include 'application'
|