don't add tags when running build_no.sh from gradle
This commit is contained in:
parent
bf0e8ddd5f
commit
bd1422c627
|
@ -98,7 +98,7 @@ def enableProguardInReleaseBuilds = false
|
|||
def getVersionCode = { ->
|
||||
new ByteArrayOutputStream().withStream { stdOut ->
|
||||
exec {
|
||||
commandLine "sh", "../../scripts/build_no.sh", "--tag"
|
||||
commandLine "sh", "../../scripts/build_no.sh"
|
||||
standardOutput = stdOut
|
||||
errorOutput = System.err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue