mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-26 01:14:23 +01:00
10 lines
277 B
Groovy
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'))
|
|
} |