]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA re-enabling remote cache for the end of the trial
authorlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>
Mon, 20 Nov 2023 14:17:00 +0000 (15:17 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 21 Nov 2023 20:03:02 +0000 (20:03 +0000)
settings.gradle

index 075abc9b8deb4ada928f9ad4a1143ab7a3e5c2df..6d39b61b8e467147b339a6ee45629020ae1c127d 100644 (file)
@@ -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