mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 23:14:27 +01:00
13 lines
372 B
Groovy
13 lines
372 B
Groovy
plugins {
|
|
id 'lnd-manageJ.java-library-conventions'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':backend')
|
|
implementation project(':balances')
|
|
implementation project(':caching')
|
|
implementation project(':model')
|
|
implementation project(':onlinepeers')
|
|
implementation project(':privatechannels')
|
|
testFixturesApi testFixtures(project(':model'))
|
|
} |