We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139a409 commit a4b0e5fCopy full SHA for a4b0e5f
settings.gradle.kts
@@ -7,10 +7,10 @@ plugins {
7
val isCI = System.getenv("CI") != null
8
9
develocity {
10
- server = "https://ge.solutions-team.gradle.com"
+ //server = "https://ge.solutions-team.gradle.com"
11
buildScan {
12
uploadInBackground = !isCI
13
- publishing.onlyIf { it.isAuthenticated }
+ //publishing.onlyIf { it.isAuthenticated }
14
obfuscation {
15
ipAddresses { addresses -> addresses.map { _ -> "0.0.0.0" } }
16
}
@@ -23,7 +23,7 @@ buildCache {
23
24
25
remote(develocity.buildCache) {
26
- isEnabled = true
+ isEnabled = false
27
// Check access key presence to avoid build cache errors on PR builds when access key is not present
28
val accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
29
isPush = isCI && accessKey != null
0 commit comments