stop using 'v' prefix for release tags
这个提交包含在:
父节点
7e7835c182
当前提交
57664eb086
@ -10,7 +10,7 @@ def getVersionName = { ->
|
||||
commandLine 'git', 'describe', '--tags', '--always'
|
||||
standardOutput = stdout
|
||||
}
|
||||
return stdout.toString().trim().substring(1)
|
||||
return stdout.toString().trim()
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户