Files
lnd-manageJ/settings.gradle
2021-12-09 12:35:01 +01:00

15 lines
300 B
Groovy

rootProject.name = 'lnd-manageJ'
include 'application'
include 'backend'
include 'caching'
include 'forwarding-history'
include 'grpc-adapter'
include 'grpc-client'
include 'invoices'
include 'model'
include 'payments'
include 'selfpayments'
include 'statistics'
include 'transactions'
include 'web'