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