diff options
author | lukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com> | 2023-11-07 08:25:39 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-07 20:02:49 +0000 |
commit | eb5ace5586a21b61491287b201a9a4722918f068 (patch) | |
tree | 191f5c2beb515a6815636386155debdc39582408 /settings.gradle | |
parent | bf19d2fe37f4dea210f15b2f819da1fb47898267 (diff) | |
download | sonarqube-eb5ace5586a21b61491287b201a9a4722918f068.tar.gz sonarqube-eb5ace5586a21b61491287b201a9a4722918f068.zip |
NO-JIRA disabling remote cache to get baseline results
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 2 |
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 |