106 lines
3.8 KiB
Properties
106 lines
3.8 KiB
Properties
# Project-wide Gradle settings.
|
|
# IDE (e.g. Android Studio) users:
|
|
# Settings specified in this file will override any Gradle settings
|
|
# configured through the IDE.
|
|
# For more details on how to configure your build environment visit
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
# The Gradle daemon aims to improve the startup and execution time of Gradle.
|
|
# When set to true the Gradle daemon is to run the build.
|
|
org.gradle.daemon=true
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
# Default value: -Xmx10248m -XX:MaxPermSize=256m
|
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
org.gradle.parallel=true
|
|
# Enables new incubating mode that makes Gradle selective when configuring projects.
|
|
# Only relevant projects are configured which results in faster builds for large multi-projects.
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:configuration_on_demand
|
|
org.gradle.configureondemand=true
|
|
|
|
android.useAndroidX=true
|
|
# Automatically convert third-party libraries to use AndroidX
|
|
android.enableJetifier=true
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
|
kotlin.code.style=official
|
|
|
|
|
|
## maven 配置
|
|
RELEASE_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-releases/
|
|
SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
|
|
USERNAME=xintai
|
|
PASSWORD=xintai2018
|
|
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
|
|
RELEASE=true
|
|
# AI CLOUD 云平台
|
|
# 工具类
|
|
MOGO_UTILS_VERSION=1.4.7.62
|
|
# 网络请求
|
|
MOGO_NETWORK_VERSION=1.4.7.65
|
|
# 鉴权
|
|
MOGO_PASSPORT_VERSION=1.4.7.65
|
|
# 常链接
|
|
MOGO_SOCKET_VERSION=1.4.7.65
|
|
# 数据采集
|
|
MOGO_REALTIME_VERSION=1.4.7.65
|
|
# 探路,道路事件发布,获取
|
|
MOGO_TANLU_VERSION=1.4.7.65
|
|
# 直播推流
|
|
MOGO_LIVE_VERSION=1.4.7.65
|
|
# 直播拉流
|
|
MOGO_TRAFFICLIVE_VERSION=1.4.7.65
|
|
# 定位服务
|
|
MOGO_LOCATION_VERSION=1.4.7.65
|
|
# 远程通讯模块
|
|
MOGO_TELEMATIC_VERSION=1.4.7.65
|
|
# v2x
|
|
MOGO_V2X_VERSION=1.4.7.62
|
|
# SKIN
|
|
MOGO_SKIN_VERSION=1.4.7.50
|
|
# SDK
|
|
SDK_VERSION=1.4.7.49.18-debug
|
|
SDK_NATIVE_VERSION=1.4.7.49.18-debug
|
|
UPLOAD_PLUGIN_VERSION=1.4.7.49.18-debug
|
|
|
|
|
|
|
|
######################################################################
|
|
# for vanniktech
|
|
######################################################################
|
|
# 服务器地址
|
|
SONATYPE_HOST=S01
|
|
# 发布 release 组件时是否签名
|
|
RELEASE_SIGNING_ENABLED=false
|
|
# 组织名
|
|
GROUP=com.mogo.cloud
|
|
VERSION_NAME=1.4.7.64
|
|
# 主页
|
|
POM_URL=https://gitlab.zhidaoauto.com/SCA/L4HA/AndroidApp/support/countly-sdk-android
|
|
# 版本控制信息
|
|
POM_SCM_URL=https://github.com/pengxurui/ModularEventBus/
|
|
POM_SCM_CONNECTION=https://gitlab.zhidaoauto.com/SCA/L4HA/AndroidApp/support/countly-sdk-android
|
|
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/pengxurui/ModularEventBus.git
|
|
# Licenses 信息
|
|
POM_LICENSE_NAME=The Apache Software License, Version 2.0
|
|
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
|
|
POM_LICENSE_DIST=repo
|
|
# 开发者信息
|
|
POM_DEVELOPER_ID=MoGo
|
|
POM_DEVELOPER_NAME=MoGo
|
|
POM_DEVELOPER_URL=https://mogo.com/
|
|
#SIGNING SECTION
|
|
#mavenCentralUsername=[填 Sonatype 账号名]
|
|
#mavenCentralPassword=[填 Sonatype 密码]
|
|
#signing.keyId=[密钥指纹,取后 8 位即可]
|
|
#signing.password=[passphrase 密钥口令]
|
|
#signing.secretKeyRingFile=[导出的私钥文件路径,如 /Users/pengxurui/xxx.gpg]
|
|
#signing.keyId=xxx
|
|
#signing.password=xxx
|
|
#signing.secretKeyRingFile=xxx
|
|
mavenCentralUsername=xintai
|
|
mavenCentralPassword=xintai2018
|
|
|
|
ZhiDaoAutoUsername=xintai
|
|
ZhiDaoAutoPassword=xintai2018 |