mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-02-03 21:24:25 +01:00
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
plugins {
|
|
id("lnd-manageJ.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":backend"))
|
|
implementation(project(":balances"))
|
|
implementation(project(":fee-rates"))
|
|
implementation(project(":caching"))
|
|
implementation(project(":model"))
|
|
implementation(project(":onlinepeers"))
|
|
implementation(project(":privatechannels"))
|
|
testFixturesApi(testFixtures(project(":model")))
|
|
}
|