Files
lnd-manageJ/web/build.gradle
2021-11-30 15:55:33 +01:00

10 lines
277 B
Groovy

plugins {
id 'lnd-manageJ.java-library-conventions'
}
dependencies {
implementation('org.springframework.boot:spring-boot-starter-web')
implementation project(':backend')
implementation project(':model')
testImplementation testFixtures(project(':model'))
}