Skip to content

Commit

Permalink
Enable parallel by default
Browse files Browse the repository at this point in the history
This commit enabled the `--parallel` switch by default on the Gradle build itself. This is done so
that we can highlight potential problems of running in parallel, in particular now that we got rid
of the fat lock around dependency resolution.
  • Loading branch information
melix authored and jjohannes committed Jul 28, 2017
1 parent e611f43 commit f824765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=128m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true

0 comments on commit f824765

Please sign in to comment.