disable gradle daemon to make builds more stable

This commit is contained in:
Jakub Sokołowski 2018-06-20 10:25:26 +02:00 committed by Jakub
parent 77cb0c2f3d
commit 499f5b0559
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ STATUS_RELEASE_KEY_PASSWORD=password
# Workaround for issue https://github.com/facebook/react-native/issues/16906
android.enableAapt2=false
# Disable Gradle Daemon https://stackoverflow.com/questions/38710327/jenkins-builds-fail-using-the-gradle-daemon
org.gradle.daemon=false