1 Star 0 Fork 25

一菜鸟一 / lib-android-Social

forked from 幺鹿 / lib-android-Social 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gradle.properties 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
R&b 提交于 2016-07-01 16:54 . no message
## Project-wide Gradle settings.
#
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# 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
#Wed Dec 16 11:20:19 CST 2015
#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=1080
# Maven仓库地址
SNAPSHOT_REPOSITORY_URL=http://nexus.healthbok-inc.com:8080/content/repositories/snapshots/
RELEASE_REPOSITORY_URL=http://nexus.healthbok-inc.com:8080/content/repositories/releases/
# Basic
GROUP=com.ipudong.android
# 登陆 sonatype nexus
NEXUS_USERNAME=admin
NEXUS_PASSWORD=admin123
# GPG Sign
signing.keyId=1D0598FB
signing.password=www.healthbok.com
signing.secretKeyRingFile=/Users/robert/.gnupg/secring.gpg
# 组件对应的依赖
# GROUP:POM_ARTIFACT_ID:VERSION_NAME
# 对应实例:
# com.ipudong.android:media:1.0.0-SNAPSHOT
# POM generic
POM_DESCRIPTION=Copy right # healthbok.com
POM_URL=https://github.com/NickRobin/AndFixUsage
POM_SCM_URL=https://github.com/NickRobin/AndFixUsage
POM_SCM_CONNECTION=scm:https://github.com/NickRobin/AndFixUsage.git
POM_SCM_DEV_CONNECTION=scm:https://github.com/NickRobin/AndFixUsage.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=chenjunqi.china@foxmail.com
POM_DEVELOPER_NAME=chenjunqi
Android
1
https://gitee.com/pkpk8/lib-android-Social.git
git@gitee.com:pkpk8/lib-android-Social.git
pkpk8
lib-android-Social
lib-android-Social
master

搜索帮助