stop using 'v' prefix for release tags
This commit is contained in:
parent
7e7835c182
commit
57664eb086
@ -10,7 +10,7 @@ def getVersionName = { ->
|
|||||||
commandLine 'git', 'describe', '--tags', '--always'
|
commandLine 'git', 'describe', '--tags', '--always'
|
||||||
standardOutput = stdout
|
standardOutput = stdout
|
||||||
}
|
}
|
||||||
return stdout.toString().trim().substring(1)
|
return stdout.toString().trim()
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user