We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cd3865 + 927f8d2 commit caf22a7Copy full SHA for caf22a7
1 file changed
build.gradle
@@ -26,7 +26,7 @@ def getVersionName = { ->
26
commandLine 'git', 'describe', '--tags'
27
standardOutput = stdout
28
}
29
- return stdout.toString().trim()
+ return stdout.toString().trim().substring(1)
30
31
32
allprojects {
0 commit comments