mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 10:16:01 +00:00
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…
x
Reference in New Issue
Block a user