fix workingDir for build.gradle running build_no.sh
This commit is contained in:
parent
f97fec1547
commit
ccbfc5bb7e
|
@ -98,6 +98,7 @@ def enableProguardInReleaseBuilds = false
|
|||
def getVersionCode = { ->
|
||||
new ByteArrayOutputStream().withStream { stdOut ->
|
||||
exec {
|
||||
workingDir "../"
|
||||
commandLine "./build_no.sh"
|
||||
standardOutput = stdOut
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue