From: lukasz-jarocki-sonarsource Date: Mon, 20 Nov 2023 14:17:00 +0000 (+0100) Subject: NO-JIRA re-enabling remote cache for the end of the trial X-Git-Tag: 10.4.0.87286~446 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f459f0ef37f527860e002f0f0d5e6b2e5c2324d1;p=sonarqube.git NO-JIRA re-enabling remote cache for the end of the trial --- diff --git a/settings.gradle b/settings.gradle index 075abc9b8de..6d39b61b8e4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -103,7 +103,7 @@ buildCache { creds.username = System.env.'GRADLE_ENTERPRISE_USERNAME' creds.password = System.env.'GRADLE_ENTERPRISE_PASSWORD' } - enabled = false + enabled = true push = isCiServer } } \ No newline at end of file