11 lines
223 B
Groovy
11 lines
223 B
Groovy
|
|
group = "com.ruoyi"
|
||
|
|
apply from: "../../build-config/build-base.gradle"
|
||
|
|
apply from: "../../build-config/build-publish.gradle"
|
||
|
|
|
||
|
|
apply from: "../../build-product.gradle"
|
||
|
|
dependencies {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
description = 'ruoyi-common-swagger'
|