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 = { ->
|
def getVersionCode = { ->
|
||||||
new ByteArrayOutputStream().withStream { stdOut ->
|
new ByteArrayOutputStream().withStream { stdOut ->
|
||||||
exec {
|
exec {
|
||||||
|
workingDir "../"
|
||||||
commandLine "./build_no.sh"
|
commandLine "./build_no.sh"
|
||||||
standardOutput = stdOut
|
standardOutput = stdOut
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue