Skip to content

Instantly share code, notes, and snippets.

@zirouan
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zirouan/86d45aadd3992f62ada3 to your computer and use it in GitHub Desktop.
Save zirouan/86d45aadd3992f62ada3 to your computer and use it in GitHub Desktop.
gradle.properties library
POM_NAME=Project name
POM_ARTIFACT_ID=Artifact name
POM_PACKAGING=aar
VERSION_NAME=version
VERSION_CODE=1
GROUP=group id
POM_DESCRIPTION=Navigation Drawer - Material Design
POM_URL=https://github.com/rudsonlive/NavigationDrawer-MaterialDesign
POM_SCM_URL=https://github.com/rudsonlive/NavigationDrawer-MaterialDesign
POM_SCM_CONNECTION=scm:hg:https://github.com/rudsonlive/NavigationDrawer-MaterialDesign
POM_SCM_DEV_CONNECTION=scm:hg:https://github.com/rudsonlive/NavigationDrawer-MaterialDesign
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=http://www.opensource.org/licenses/mit-license.php
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=rudsonlive
POM_DEVELOPER_NAME=Rudson Lima
NEXUS_USERNAME=xxxxxxxxxx
NEXUS_PASSWORD=xxxxxxxxxx
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
signing.keyId=xxxxxxxxxx
signing.password=xxxxxxxxxxx
signing.secretKeyRingFile=/Users/[my user]/.gnupg/secring.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment