mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-31 05:51:56 +08:00
14 lines
403 B
Groovy
14 lines
403 B
Groovy
apply from: "../../build-config/build-base.gradle"
|
|
apply from: "../../build-config/build-boot-jar.gradle"
|
|
|
|
apply from: "../../build-product.gradle"
|
|
|
|
dependencies {
|
|
implementation project(':ruoyi-common-log')
|
|
implementation project(':ruoyi-common-swagger')
|
|
implementation project(':ruoyi-common-core')
|
|
implementation project(':ruoyi-common-security')
|
|
}
|
|
|
|
description = 'ruoyi-modules-job'
|