8 lines
136 B
Groovy
8 lines
136 B
Groovy
|
|
// ga-core: 도메인 코어 (VO/Mapper/SQL)
|
||
|
|
bootJar.enabled = false
|
||
|
|
jar.enabled = true
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
api project(':ga-common')
|
||
|
|
}
|