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

8 lines
149 B
Groovy

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