Browse Source

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio 2 years ago
parent
commit
0d2c94c1d8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      build.gradle

+ 7 - 0
build.gradle

@@ -22,6 +22,13 @@ allprojects {
 	}
 	}
 }
 }
 
 
+if (hasProperty('buildScan')) {
+	buildScan {
+		termsOfServiceUrl = 'https://gradle.com/terms-of-service'
+		termsOfServiceAgree = 'yes'
+	}
+}
+
 repositories {
 repositories {
 	mavenCentral()
 	mavenCentral()
 }
 }