aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index f96ec86..04e5f60 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,6 +54,7 @@ def determinePatchVersion() {
exec {
commandLine 'git', 'describe', '--tags'
standardOutput = tagInfo
+ ignoreExitValue = true
}
tagInfo = tagInfo.toString()