Skip to content

Commit 6f7437f

Browse files
committed
Rollback develocity changes as unnecessary
1 parent 09a9679 commit 6f7437f

File tree

3 files changed

+3
-72
lines changed

3 files changed

+3
-72
lines changed

gradle-conventions-settings/develocity/src/main/kotlin/conventions-develocity.settings.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
import java.util.*
@@ -16,9 +16,6 @@ develocity {
1616
server.set(DEVELOCITY_SERVER)
1717

1818
buildScan {
19-
termsOfUseUrl = "https://gradle.com/terms-of-service"
20-
termsOfUseAgree = loadAgreement()
21-
2219
uploadInBackground.set(!isCIRun)
2320

2421
// obfuscate NIC since we don't want to expose user real IP (will be relevant without VPN)
@@ -38,7 +35,7 @@ develocity {
3835
.getOrElse("false")
3936
.toBooleanStrict()
4037

41-
publishing.onlyIf { termsOfUseAgree.get() == "yes" && !skipBuildScans }
38+
publishing.onlyIf { !skipBuildScans }
4239
}
4340
}
4441

gradle-conventions-settings/develocity/src/main/kotlin/loadAgreement.kt

Lines changed: 0 additions & 66 deletions
This file was deleted.

versions-root/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ atomicfu = "0.27.0"
2626
serialization = "1.8.1"
2727
detekt-gradle-plugin = "1.23.8"
2828
kover = "0.9.1"
29-
develocity = "3.17"
29+
develocity = "3.19.2"
3030
common-custom-user-data = "2.2.1"
3131

3232
[libraries]

0 commit comments

Comments
 (0)