Skip to content

Commit

Permalink
Stop gradle watch till we move back to EC2 Runners. (#3920)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia authored Jun 7, 2021
1 parent 119bfa5 commit 9ea3c0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g
org.gradle.caching=true
org.gradle.vfs.watch=true

# Remove this until we are back on AWS.
# org.gradle.vfs.watch=true

# Tune # of cores Gradle uses.
# org.gradle.workers.max=3

0 comments on commit 9ea3c0b

Please sign in to comment.