try to fix Circle CI (#727)

* remove memory limit from gradle properties to fix circle ci

* Update CircleCI config for new build flavor

* update circleCI config

* update Circle Ci config

* try no daemon gradle tests
This commit is contained in:
Konrad Pozniak 2018-08-12 20:22:37 +02:00 committed by GitHub
commit 44b1afc71f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View file

@ -9,7 +9,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096m
# org.gradle.jvmargs=-Xmx4096m
# use parallel execution
org.gradle.parallel=true