mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-27 20:21:56 +08:00
gradle支持
This commit is contained in:
12
ruoyi-auth/build.gradle
Normal file
12
ruoyi-auth/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
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-security')
|
||||
implementation project(':ruoyi-common-core')
|
||||
implementation project(':ruoyi-api-system')
|
||||
}
|
||||
|
||||
description = 'ruoyi-auth'
|
||||
Reference in New Issue
Block a user