25 Star 65 Fork 22

幺鹿 / lib-android-PermissionHelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gradle.properties 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
R&b 提交于 2016-05-31 15:17 . 增加 maven 配置
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# 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
# 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/alpha4/lib-android-PermissionHelper.git
git@gitee.com:alpha4/lib-android-PermissionHelper.git
alpha4
lib-android-PermissionHelper
lib-android-PermissionHelper
master

搜索帮助