From c08a1bed9b252b4e0787830f1cc88984857e5915 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Mon, 20 Jul 2020 19:10:10 +0800 Subject: [PATCH] change release mode --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 12d0a3d336..2854537f48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=true +RELEASE=false # 模块版本 ## 工程内模块 MOGO_COMMONS_VERSION=1.2.1.20