aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>2021-01-20 11:49:35 +0100
committersonartech <sonartech@sonarsource.com>2021-01-21 20:30:29 +0000
commitaed88b2594e3965a3f6f4a07fef42ab4f58d6dcc (patch)
tree9b265b0ec4f145e7ff8da95d4e6f7a361a2f9d2d /gradle.properties
parent5072232598abde8186f3a7cb755bac0c955836cb (diff)
downloadsonarqube-aed88b2594e3965a3f6f4a07fef42ab4f58d6dcc.tar.gz
sonarqube-aed88b2594e3965a3f6f4a07fef42ab4f58d6dcc.zip
Add global gradle settings to increase performance
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 2ea5e6abba4..a208c3ac3c0 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -5,3 +5,5 @@ projectTitle=SonarQube
org.gradle.jvmargs=-Xmx2048m
org.gradle.caching=true
+
+org.gradle.vfs.watch=true \ No newline at end of file