12 lines
254 B
Groovy
12 lines
254 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-core')
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
description = 'ruoyi-visual-monitor'
|