From a24833d4cc5c6da21e01b0450571cd94cba5d964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Sun, 19 Jan 2020 16:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E8=AF=AF=E5=88=A0=E7=9A=84=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E5=8A=A0=E5=9B=9E=E6=9D=A5=20./gradlew=20:modules:mog?= =?UTF-8?q?o-module-common:clean=20=20:modules:mogo-module-common:uploadAr?= =?UTF-8?q?chives?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- upload.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 193e485a23..30f8c0de4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=false +RELEASE=true # 模块版本 DEMO_MODULE_MAP_VERSION=1.0.0-SNAPSHOT DEMO_MODULE_MAP2_VERSION=1.0.0-SNAPSHOT diff --git a/upload.sh b/upload.sh index 3ad1ccbd45..16a2bafedb 100755 --- a/upload.sh +++ b/upload.sh @@ -8,6 +8,7 @@ ./gradlew :libraries:map-amap:clean :libraries:map-amap:uploadArchives ./gradlew :libraries:mogo-map:clean :libraries:mogo-map:uploadArchives ./gradlew :services:mogo-service:clean :services:mogo-service:uploadArchives +./gradlew :modules:mogo-module-common:clean :modules:mogo-module-common:uploadArchives ./gradlew :modules:mogo-module-map:clean :modules:mogo-module-map:uploadArchives ./gradlew :modules:mogo-module-tanlu:clean :modules:mogo-module-tanlu:uploadArchives ./gradlew :modules:mogo-module-apps:clean :modules:mogo-module-apps:uploadArchives