From 0769f1bdfb272ff847dc06d0a23d23b326f96fb6 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 27 Aug 2015 13:30:05 -0700 Subject: Only consider annotated tags --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 0913b4e..34fe4c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ def getGitDescription = { -> try { def stdout = new ByteArrayOutputStream() exec { - commandLine 'git', 'describe', '--tags', '--dirty' + commandLine 'git', 'describe', '--dirty' standardOutput = stdout } return stdout.toString().trim() -- cgit v1.2.3