Skip to content

Instantly share code, notes, and snippets.

@dexafree
Created July 1, 2015 14:17
Show Gist options
  • Save dexafree/3e127ab8791731b48bff to your computer and use it in GitHub Desktop.
Save dexafree/3e127ab8791731b48bff to your computer and use it in GitHub Desktop.
Archivo gradle.properties de ejemplo
VERSION_NAME=1.0.0
VERSION_CODE=1000
GROUP=com.github.dexafree
POM_DESCRIPTION=La descripcion de mi proyecto
POM_URL=https://github.com/dexafree/miproyecto
POM_SCM_URL=https://github.com/dexafree/miproyecto
POM_SCM_CONNECTION=scm:git@github.com:dexafree/miproyecto.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:dexafree/miproyecto.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=dexafree
POM_DEVELOPER_NAME=Dexafree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment