mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 16:16:22 +00:00
8 lines
149 B
Groovy
8 lines
149 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
runtimeOnly 'org.postgresql:postgresql'
|
|
}
|
|
bootJar {
|
|
archiveFileName = "recommend.jar"
|
|
}
|