Jelajahi Sumber

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio 2 tahun lalu
induk
melakukan
d7a34c849a
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  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()
 }