Skip to content

Commit a4b0e5f

Browse files
committed
Demonstrate warning invoking
1 parent 139a409 commit a4b0e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: settings.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ plugins {
77
val isCI = System.getenv("CI") != null
88

99
develocity {
10-
server = "https://ge.solutions-team.gradle.com"
10+
//server = "https://ge.solutions-team.gradle.com"
1111
buildScan {
1212
uploadInBackground = !isCI
13-
publishing.onlyIf { it.isAuthenticated }
13+
//publishing.onlyIf { it.isAuthenticated }
1414
obfuscation {
1515
ipAddresses { addresses -> addresses.map { _ -> "0.0.0.0" } }
1616
}
@@ -23,7 +23,7 @@ buildCache {
2323
}
2424

2525
remote(develocity.buildCache) {
26-
isEnabled = true
26+
isEnabled = false
2727
// Check access key presence to avoid build cache errors on PR builds when access key is not present
2828
val accessKey = System.getenv("GRADLE_ENTERPRISE_ACCESS_KEY")
2929
isPush = isCI && accessKey != null

0 commit comments

Comments
 (0)