File tree Expand file tree Collapse file tree 3 files changed +3
-72
lines changed
gradle-conventions-settings/develocity/src/main/kotlin Expand file tree Collapse file tree 3 files changed +3
-72
lines changed Original file line number Diff line number Diff line change 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
55import 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ atomicfu = "0.27.0"
2626serialization = " 1.8.1"
2727detekt-gradle-plugin = " 1.23.8"
2828kover = " 0.9.1"
29- develocity = " 3.17 "
29+ develocity = " 3.19.2 "
3030common-custom-user-data = " 2.2.1"
3131
3232[libraries ]
You can’t perform that action at this time.
0 commit comments