Przeglądaj źródła

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio 2 lat temu
rodzic
commit
44c9bd050f
1 zmienionych plików z 8 dodań i 1 usunięć
  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'
+	}
+}