Enable file system watch to reduce compilation time

This commit is contained in:
Benoit Marty 2020-10-15 15:46:18 +02:00
parent 95142274fa
commit 6a3eed49fc
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ org.gradle.jvmargs=-Xmx2048m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# Enable file system watch (https://docs.gradle.org/6.7/release-notes.html)
org.gradle.vfs.watch=true
vector.debugPrivateData=false
vector.httpLogLevel=NONE