We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1326df commit 8b42204Copy full SHA for 8b42204
settings.gradle.kts
@@ -9,7 +9,7 @@
9
*/
10
plugins {
11
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
12
- id("com.gradle.develocity") version "4.1.1"
+ id("com.gradle.develocity") version "4.2"
13
}
14
15
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
@@ -23,3 +23,9 @@ include(
23
"tailer"
24
)
25
26
+develocity {
27
+ buildScan {
28
+ termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
29
+ // termsOfUseAgree is handled by .gradle/init.d/configure-develocity.init.gradle.kts
30
+ }
31
+}
0 commit comments