mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
publish all
This commit is contained in:
@@ -54,7 +54,7 @@ jar {
|
|||||||
|
|
||||||
// 排除掉模块调试的资源文件, 启动类.
|
// 排除掉模块调试的资源文件, 启动类.
|
||||||
excludes = ['*.yml','logback.xml',
|
excludes = ['*.yml','logback.xml',
|
||||||
'com/ruoyi/*/RuoYi*Application*'
|
'com/ruoyi/*/RuoY*Application*'
|
||||||
]
|
]
|
||||||
|
|
||||||
manifest {
|
manifest {
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
rootProject.name = 'ruoyi-modules-gen'
|
rootProject.name = 'ruoyi-gen'
|
||||||
|
|||||||
@@ -1,5 +1 @@
|
|||||||
/*
|
rootProject.name = 'ruoyi-job'
|
||||||
* This file was generated by the Gradle 'init' task.
|
|
||||||
*/
|
|
||||||
|
|
||||||
rootProject.name = 'ruoyi-modules-job'
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
* This file was generated by the Gradle 'init' task.
|
* This file was generated by the Gradle 'init' task.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rootProject.name = 'ruoyi-modules-system'
|
rootProject.name = 'ruoyi-system'
|
||||||
|
|||||||
@@ -20,7 +20,11 @@ ext {
|
|||||||
description = "ruoyi-visual-monitor"
|
description = "ruoyi-visual-monitor"
|
||||||
apply from: "../../build-config/build-all.gradle"
|
apply from: "../../build-config/build-all.gradle"
|
||||||
apply from: "../../build-config/build-base.gradle"
|
apply from: "../../build-config/build-base.gradle"
|
||||||
apply from: "../../build-config/build-boot-jar.gradle"
|
if (buildProduct) {
|
||||||
|
apply from: "../../build-config/build-publish.gradle"
|
||||||
|
} else {
|
||||||
|
apply from: "../../build-config/build-boot-jar.gradle"
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
|
|||||||
1
ruoyi-visual/ruoyi-monitor/publish.sh
Symbolic link
1
ruoyi-visual/ruoyi-monitor/publish.sh
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../build-config/publish.sh
|
||||||
@@ -1,5 +1 @@
|
|||||||
/*
|
rootProject.name = 'ruoyi-monitor'
|
||||||
* This file was generated by the Gradle 'init' task.
|
|
||||||
*/
|
|
||||||
|
|
||||||
rootProject.name = 'ruoyi-visual-monitor'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user