Files
lnd-manageJ/hardcoded/build.gradle
2021-12-12 21:12:13 +01:00

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'))
}