diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-03-27 19:44:48 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-29 20:21:42 +0100 |
commit | b4f692f291788ad1c8019c78a39914b44c0d1719 (patch) | |
tree | 18c42d48befabe33b1d9c49af156db4ce9c3ca38 /gradle.properties | |
parent | 251688c71106c7dd8c58a04be9a6f4e3e42ca37d (diff) | |
download | sonarqube-b4f692f291788ad1c8019c78a39914b44c0d1719.tar.gz sonarqube-b4f692f291788ad1c8019c78a39914b44c0d1719.zip |
Enable Gradle cache by default
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index e6d818681ee..0c83303877b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,3 +4,4 @@ description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m +org.gradle.caching=true |