mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
gradle支持
This commit is contained in:
8
ruoyi-api/ruoyi-api-system/build.gradle
Normal file
8
ruoyi-api/ruoyi-api-system/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
apply from: "../../build-config/build-base.gradle"
|
||||
apply from: "../../build-config/build-publish.gradle"
|
||||
apply from: "../../build-product.gradle"
|
||||
dependencies {
|
||||
implementation project(':ruoyi-common-core')
|
||||
}
|
||||
|
||||
description = 'ruoyi-api-system'
|
||||
Reference in New Issue
Block a user