aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>2023-11-07 08:25:39 +0100
committersonartech <sonartech@sonarsource.com>2023-11-07 20:02:49 +0000
commiteb5ace5586a21b61491287b201a9a4722918f068 (patch)
tree191f5c2beb515a6815636386155debdc39582408 /settings.gradle
parentbf19d2fe37f4dea210f15b2f819da1fb47898267 (diff)
downloadsonarqube-eb5ace5586a21b61491287b201a9a4722918f068.tar.gz
sonarqube-eb5ace5586a21b61491287b201a9a4722918f068.zip
NO-JIRA disabling remote cache to get baseline results
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 6d39b61b8e4..075abc9b8de 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 = true
+ enabled = false
push = isCiServer
}
} \ No newline at end of file