summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9a22d6db..2ea2a8e8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,15 +9,6 @@ plugins {
final def keystorePropertiesFile = rootProject.file 'keystore.properties'
-final def gitHash = { ->
- final def stdout = new ByteArrayOutputStream()
- exec {
- commandLine 'git', 'describe', '--tags'
- standardOutput = stdout
- }
- stdout.toString().trim()
-}
-
static final def isSnapshot() {
return System.env['GITHUB_WORKFLOW'] != null && System.env['SNAPSHOT'] != null
}