mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 15:04:22 +01:00
10 lines
249 B
Groovy
10 lines
249 B
Groovy
plugins {
|
|
id 'lnd-manageJ.java-library-conventions'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':model')
|
|
implementation project(':caching')
|
|
implementation 'org.ini4j:ini4j:0.5.4'
|
|
testImplementation testFixtures(project(':model'))
|
|
} |