You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2021/12/21 06:16:15 UTC

[beam] branch master updated (c0921f7 -> 3fb40fe)

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

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


    from c0921f7  Use a patched shadow 6.1.0 plugin using Log4j 2.16.0 (#16269)
     add 3fb40fe  [BEAM-12830] Replace GoGradle plugin with Shell Scripts. (#16291)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/local_env_tests.yml              |  9 ++-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 56 ++++++++-------
 sdks/go/build.gradle                               | 40 -----------
 sdks/go/container/build.gradle                     | 39 +---------
 sdks/go/examples/build.gradle                      | 82 +++-------------------
 sdks/go/run_with_go_version.sh                     | 75 ++++++++++++++++++++
 sdks/go/test/build.gradle                          | 42 -----------
 sdks/go/test/load/build.gradle                     | 54 +-------------
 sdks/go/test/run_validatesrunner_tests.sh          |  2 +-
 sdks/java/container/build.gradle                   | 34 +--------
 sdks/python/container/build.gradle                 | 34 +--------
 11 files changed, 131 insertions(+), 336 deletions(-)
 create mode 100755 sdks/go/run_with_go_version.sh