ソースを参照

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio 2 年 前
コミット
0d2c94c1d8
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()
 }