separate --tag argument from the command
This commit is contained in:
parent
3c0fa7feb5
commit
c1af6448d6
|
@ -99,7 +99,7 @@ def getVersionCode = { ->
|
|||
new ByteArrayOutputStream().withStream { stdOut ->
|
||||
exec {
|
||||
workingDir "../"
|
||||
commandLine "./build_no.sh --tag"
|
||||
commandLine "./build_no.sh", "--tag"
|
||||
standardOutput = stdOut
|
||||
}
|
||||
return stdOut.toString().toInteger()
|
||||
|
|
Loading…
Reference in New Issue