print current working dir
This commit is contained in:
parent
c1af6448d6
commit
ac7e412a9c
|
@ -97,6 +97,7 @@ def enableProguardInReleaseBuilds = false
|
|||
|
||||
def getVersionCode = { ->
|
||||
new ByteArrayOutputStream().withStream { stdOut ->
|
||||
println System.getProperty("user.dir")
|
||||
exec {
|
||||
workingDir "../"
|
||||
commandLine "./build_no.sh", "--tag"
|
||||
|
|
Loading…
Reference in New Issue