Skip to content

Instantly share code, notes, and snippets.

@gavelez
Created December 21, 2020 16:03
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 gavelez/c7db0559665101a6bb9d3e824e0062e3 to your computer and use it in GitHub Desktop.
Save gavelez/c7db0559665101a6bb9d3e824e0062e3 to your computer and use it in GitHub Desktop.
Execute a command line statement from build.gradle script
def gitHash = 'git rev-parse --short HEAD'.execute().text.trim()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment