Skip to content

Commit

Permalink
Do not restrict num of workers in Gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Dec 28, 2019
1 parent a1b3584 commit 6ef5ff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
org.gradle.jvmargs=-Dorg.gradle.parallel.intra=true -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.workers.max=4
org.gradle.jvmargs=-Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
org.gradle.caching=true

0 comments on commit 6ef5ff3

Please sign in to comment.