mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-02-08 07:34:25 +01:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
plugins {
|
|
id("lnd-manageJ.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":model"))
|
|
implementation(project(":caching"))
|
|
implementation("org.ini4j:ini4j")
|
|
testImplementation(testFixtures(project(":model")))
|
|
}
|