]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA disabling remote cache to get baseline results
authorlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>
Tue, 7 Nov 2023 07:25:39 +0000 (08:25 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 7 Nov 2023 20:02:49 +0000 (20:02 +0000)
settings.gradle

index 6d39b61b8e467147b339a6ee45629020ae1c127d..075abc9b8deb4ada928f9ad4a1143ab7a3e5c2df 100644 (file)
@@ -103,7 +103,7 @@ buildCache {
       creds.username = System.env.'GRADLE_ENTERPRISE_USERNAME'
       creds.password = System.env.'GRADLE_ENTERPRISE_PASSWORD'
     }
-    enabled = true
+    enabled = false
     push = isCiServer
   }
 }
\ No newline at end of file