Эх сурвалжийг харах

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio 2 жил өмнө
parent
commit
5a7114519c
1 өөрчлөгдсөн 7 нэмэгдсэн , 0 устгасан
  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()
 }