]> source.dussan.org Git - sonarqube.git/commitdiff
Add global gradle settings to increase performance
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>
Wed, 20 Jan 2021 10:49:35 +0000 (11:49 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 21 Jan 2021 20:30:29 +0000 (20:30 +0000)
gradle.properties

index 2ea5e6abba4bd902b3d403be4b5af6e31761cb27..a208c3ac3c0cb52a20c2a2c01eaaf9405cce85be 100644 (file)
@@ -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