Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created February 2, 2016 19:22
Show Gist options
  • Save fredgrott/e8095a400e8ed350ec8c to your computer and use it in GitHub Desktop.
Save fredgrott/e8095a400e8ed350ec8c to your computer and use it in GitHub Desktop.
Githashses cross platform with gradle, the ext block..require grgit lib
ext{
repo = Grgit.open(rootProject.file('.'))
gitSha = '${repo.head().abbreviatedId}'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment