codinguser / gnucash-android

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

disabled the build cache #710

Closed wanching0730 closed 7 years ago

wanching0730 commented 7 years ago

I found an issue when I run automated testing using Jenkins. The issue is due tothe new feature of build-cache. It is using the default build-cache folder which is a long path. Hence, I added a gradle.properties file into gradle folder and disable the build-cache by adding android.enableBuildCache=false into the gradle.properties. Hope this is helpful. Thank you.

wanching0730 commented 7 years ago

sorry I added wrong file. Please ignore this pull request thanks