You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2022/03/21 16:55:36 UTC

[beam] branch master updated: Don't print in task configuration.

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

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a8f405b  Don't print in task configuration.
     new 83131fb  Merge pull request #17139 from ibzib/no-print
a8f405b is described below

commit a8f405bc382a2f5fece186f806a81f0108491578
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Mon Mar 21 09:30:43 2022 -0700

    Don't print in task configuration.
    
    This will print every time any Gradle command is run, which is way too spammy.
---
 playground/frontend/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/playground/frontend/build.gradle b/playground/frontend/build.gradle
index 5a4eeef..48a8cf3 100644
--- a/playground/frontend/build.gradle
+++ b/playground/frontend/build.gradle
@@ -141,7 +141,6 @@ docker {
                   project.docker_image_default_repo_root)
   files "./build/"
   tags containerImageTags()
-  println("container:" +  name)
   buildArgs(['FLUTTER_VERSION': project.rootProject.hasProperty(["flutter-version"]) ?
                                 project.rootProject["flutter-version"] :
                                 "2.5.2-stable" ])