mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 23:26:24 +00:00
8 lines
110 B
Groovy
8 lines
110 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
}
|
|
|
|
bootJar {
|
|
archiveFileName = "store-service.jar"
|
|
}
|