publish all

pull/64/head
陈云志 5 years ago
parent e75da250ed
commit 82e027d830

@ -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"
if (buildProduct) {
apply from: "../../build-config/build-publish.gradle"
} else {
apply from: "../../build-config/build-boot-jar.gradle" apply from: "../../build-config/build-boot-jar.gradle"
}
dependencies { dependencies {

@ -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'

Loading…
Cancel
Save