This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 1ab7087 Revert "Revert #5689 to fix build"
add 220b180 Migrate build_rules.gradle to buildSrc plugin
new 16748b1 Merge pull request #5683: [BEAM-4584] Migrate
build_rules.gradle to buildSrc plugin
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildSrc/build.gradle | 53 +
.../greclipse.properties | 8 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 1315 +++++++++++++++++++
build_rules.gradle | 1331 +-------------------
4 files changed, 1375 insertions(+), 1332 deletions(-)
create mode 100644 buildSrc/build.gradle
copy sdks/java/extensions/sql/src/main/resources/saffron.properties =>
buildSrc/greclipse.properties (82%)
create mode 100644
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy