Skip to content

Commit 8b42204

Browse files
committed
chore: Don't auto approve terms of use for buildScan
1 parent e1326df commit 8b42204

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

settings.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
plugins {
1111
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
12-
id("com.gradle.develocity") version "4.1.1"
12+
id("com.gradle.develocity") version "4.2"
1313
}
1414

1515
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
@@ -23,3 +23,9 @@ include(
2323
"tailer"
2424
)
2525

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

Comments
 (0)