mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-02 15:01:57 +08:00
publish all
This commit is contained in:
@@ -54,7 +54,7 @@ jar {
|
||||
|
||||
// 排除掉模块调试的资源文件, 启动类.
|
||||
excludes = ['*.yml','logback.xml',
|
||||
'com/ruoyi/*/RuoYi*Application*'
|
||||
'com/ruoyi/*/RuoY*Application*'
|
||||
]
|
||||
|
||||
manifest {
|
||||
|
||||
@@ -1 +1 @@
|
||||
rootProject.name = 'ruoyi-modules-gen'
|
||||
rootProject.name = 'ruoyi-gen'
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
|
||||
rootProject.name = 'ruoyi-modules-job'
|
||||
rootProject.name = 'ruoyi-job'
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
* 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"
|
||||
apply from: "../../build-config/build-all.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 {
|
||||
|
||||
|
||||
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 @@
|
||||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
|
||||
rootProject.name = 'ruoyi-visual-monitor'
|
||||
rootProject.name = 'ruoyi-monitor'
|
||||
|
||||
Reference in New Issue
Block a user