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