mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
发布依赖
This commit is contained in:
@@ -21,8 +21,9 @@ ext {
|
||||
description = "ruoyi-api-system"
|
||||
apply from: "../build-config/build-all.gradle"
|
||||
apply from: "../build-config/build-base.gradle"
|
||||
apply from: "../build-config/build-publish.gradle"
|
||||
if (!buildProduct) {
|
||||
if (buildProduct) {
|
||||
apply from: "../build-config/build-publish.gradle"
|
||||
} else {
|
||||
apply from: "../build-config/build-boot-jar.gradle"
|
||||
}
|
||||
|
||||
|
||||
6
ruoyi-auth/publish.sh
Executable file
6
ruoyi-auth/publish.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
# 发布之前,必须先提交 !!!! 发布之前,必须先提交 !!!! 发布之前,必须先提交 !!!!
|
||||
# 使用方法: ./publish.sh 版本号.
|
||||
# git pull; git add . ;git commit -m " 发布版本 $*" ; git push
|
||||
|
||||
gradle --daemon --parallel -DbuildProduct=true clean publish -DreleaseVersion=$1
|
||||
Reference in New Issue
Block a user