codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

edited gradle.properties to disable build cache #711

Closed wanching0730 closed 7 years ago

wanching0730 commented 7 years ago

I found one issue when I was running an automated test in Jenkins. The issue is caused by the new feature of build-cache. It is using the default build-cache folder which is a long path. Hence, I added one line of code into the gradle.properties in order to disable build-cache. Hope this will help. Thank you

codinguser commented 7 years ago

Hi, thanks for the pull request. Does disabling the build cache not make the build cache not make the build take even longer? We wouldn't want that. Also, we do not accept pull requests on master. Please see our CONTRIBUTION guidelines here: https://github.com/codinguser/gnucash-android/blob/master/.github/CONTRIBUTING.md

codinguser commented 7 years ago

See comments on #713