Browse Source

NO-JIRA disabling remote cache to get baseline results

tags/10.4.0.87286
lukasz-jarocki-sonarsource 6 months ago
parent
commit
eb5ace5586
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      settings.gradle

+ 1
- 1
settings.gradle View 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
}
}

Loading…
Cancel
Save