Skip to content

Commit 94c74b5

Browse files
committed
[F] Agree to gradle build scan TOS
1 parent 6923fb5 commit 94c74b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ dependencies {
4343
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
4444
}
4545

46+
if (hasProperty('buildScan')) {
47+
buildScan {
48+
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
49+
termsOfServiceAgree = 'yes'
50+
}
51+
}
52+
4653
test {
4754
useJUnitPlatform()
4855
}

0 commit comments

Comments
 (0)