소스 검색

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio 2 년 전
부모
커밋
44c9bd050f
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      build.gradle

+ 8 - 1
build.gradle

@@ -20,4 +20,11 @@ allprojects {
 			}
 		}
 	}
-}
+}
+
+if (hasProperty('buildScan')) {
+	buildScan {
+		termsOfServiceUrl = 'https://gradle.com/terms-of-service'
+		termsOfServiceAgree = 'yes'
+	}
+}