Parcourir la source

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio il y a 2 ans
Parent
commit
d7a34c849a
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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 {
 	mavenCentral()
 }