publish all
This commit is contained in:
parent
e75da250ed
commit
82e027d830
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue