lifesub/mysub-infra/build.gradle
2025-02-12 21:24:01 +09:00

9 lines
186 B
Groovy

dependencies {
implementation project(':common')
implementation project(':mysub-biz')
runtimeOnly 'org.postgresql:postgresql'
}
bootJar {
archiveFileName = "mysub.jar"
}