// query git for the SHA, Tag and commit count. Use these to automate versioning.
25: def gitSha = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
26: def gitTag = 'git describe --tags'.execute([], project.rootDir).text.trim()
27: def gitCommitCount = 100 +Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
after gradle:
Error:(27, 0) For input string: "" \plaid-master\app\build.gradle