Update versioningHelper.gradle

This commit is contained in:
Matt
2021-09-24 16:33:29 -04:00
parent 1331faafb9
commit 2eb0cbe280

View File

@@ -8,7 +8,7 @@ gradle.allprojects {
String tagIsh
try {
exec {
commandLine 'git', 'describe', '--tags', '--exclude="Dev"', '--exclude="dev"'
commandLine 'git', 'describe', '--tags', '--exclude="Dev"'
standardOutput = stdout
}
tagIsh = stdout.toString().trim().toLowerCase()