print current working dir

This commit is contained in:
Jakub Sokołowski 2018-05-07 18:51:49 +02:00
parent c1af6448d6
commit ac7e412a9c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ def enableProguardInReleaseBuilds = false
def getVersionCode = { -> def getVersionCode = { ->
new ByteArrayOutputStream().withStream { stdOut -> new ByteArrayOutputStream().withStream { stdOut ->
println System.getProperty("user.dir")
exec { exec {
workingDir "../" workingDir "../"
commandLine "./build_no.sh", "--tag" commandLine "./build_no.sh", "--tag"