mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 06:54:29 +01:00
12 lines
228 B
Groovy
12 lines
228 B
Groovy
rootProject.name = 'lnd-manageJ'
|
|
include 'application'
|
|
include 'backend'
|
|
include 'caching'
|
|
include 'grpc-adapter'
|
|
include 'grpc-client'
|
|
include 'metrics'
|
|
include 'model'
|
|
include 'statistics'
|
|
include 'transactions'
|
|
include 'web'
|