Skip to content

Commit 031db7e

Browse files
committed
apply build scans
1 parent ffa99a4 commit 031db7e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

settings.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,20 @@ buildscript {
3333
}
3434
}
3535

36+
plugins {
37+
id 'com.gradle.enterprise' version '3.15.1'
38+
}
39+
3640
apply plugin: 'org.kordamp.gradle.settings'
3741

42+
gradleEnterprise {
43+
buildScan {
44+
publishAlways()
45+
termsOfServiceUrl = "https://gradle.com/terms-of-service"
46+
termsOfServiceAgree = "yes"
47+
}
48+
}
49+
3850
projects {
3951
directories = ['libs', 'docs']
4052
}

0 commit comments

Comments
 (0)