You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ec...@apache.org on 2019/01/14 13:24:19 UTC

[beam] 10/11: Enable gradle build scan

This is an automated email from the ASF dual-hosted git repository.

echauchot pushed a commit to branch spark-runner_structured-streaming
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d5f235d6e807af871d73251fcd449f6d8a12a490
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Fri Jan 11 16:26:07 2019 +0100

    Enable gradle build scan
---
 runners/spark-structured-streaming/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/runners/spark-structured-streaming/build.gradle b/runners/spark-structured-streaming/build.gradle
index 3154fca..06143b2 100644
--- a/runners/spark-structured-streaming/build.gradle
+++ b/runners/spark-structured-streaming/build.gradle
@@ -45,6 +45,10 @@ configurations.all {
     forcedModules = []
   }
 }
+buildScan {
+  termsOfServiceUrl = 'https://gradle.com/terms-of-service'
+  termsOfServiceAgree = 'yes'
+}
 test {
   systemProperty "spark.ui.enabled", "false"
   systemProperty "spark.ui.showConsoleProgress", "false"