Skip to content

Instantly share code, notes, and snippets.

@snowdream
Last active January 1, 2016 08:39
Show Gist options
  • Save snowdream/8120098 to your computer and use it in GitHub Desktop.
Save snowdream/8120098 to your computer and use it in GitHub Desktop.
gradle.properties
signing.keyId=1278B2B2
signing.password=1234567
signing.secretKeyRingFile=/home/travis/secring.gpg
android.signingConfigs.release.storeFile = file(/home/travis/snowdream.keystore)
android.signingConfigs.release.storePassword = 1234567
android.signingConfigs.release.keyAlias = snowdream
android.signingConfigs.release.keyPassword = 1234567
sonatypeRepo=https://oss.sonatype.org/service/local/staging/deploy/maven2/
sonatypeSnapshotRepo=https://oss.sonatype.org/content/repositories/snapshots/
nexusUsername=snowdream
nexusPassword=1234567
[email protected]
githubPassword=1234567
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_LICENCE_COMMENTS=A business-friendly OSS license
POM_DEVELOPER_ID=snowdream
POM_DEVELOPER_NAME=YangHui
[email protected]
POM_DEVELOPER_URL=http://snowdream.github.io
systemProp.file.encoding=UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment