Skip to content

Commit aa39b7d

Browse files
committed
Enable build scans
1 parent 0909686 commit aa39b7d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ apiValidation {
4444
ignoredProjects += ["sample", "imageloading-testutils"]
4545
}
4646

47+
gradleEnterprise {
48+
buildScan {
49+
termsOfServiceUrl = "https://gradle.com/terms-of-service"
50+
termsOfServiceAgree = "yes"
51+
}
52+
}
53+
4754
subprojects {
4855
repositories {
4956
google()

0 commit comments

Comments
 (0)