We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa99a4 commit 031db7eCopy full SHA for 031db7e
1 file changed
settings.gradle
@@ -33,8 +33,20 @@ buildscript {
33
}
34
35
36
+plugins {
37
+ id 'com.gradle.enterprise' version '3.15.1'
38
+}
39
+
40
apply plugin: 'org.kordamp.gradle.settings'
41
42
+gradleEnterprise {
43
+ buildScan {
44
+ publishAlways()
45
+ termsOfServiceUrl = "https://gradle.com/terms-of-service"
46
+ termsOfServiceAgree = "yes"
47
+ }
48
49
50
projects {
51
directories = ['libs', 'docs']
52
0 commit comments