mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 22:44:31 +01:00
20 lines
420 B
Groovy
20 lines
420 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 'grpc-adapter'
|
|
include 'grpc-client'
|
|
include 'application'
|