From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Wed, 20 Jan 2021 10:49:35 +0000 (+0100) Subject: Add global gradle settings to increase performance X-Git-Tag: 8.7.0.41497~114 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aed88b2594e3965a3f6f4a07fef42ab4f58d6dcc;p=sonarqube.git Add global gradle settings to increase performance --- 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