+1 for exploring other build tools to improve the build time and for better cross language support. But, as others mentioned, we should continue to support Maven based builds for some time till things are fully migrated. For example, we have updated PerfKitBenchmarker to execute Beam jobs through Maven as a part of the performance testing framework.
https://github.com/GoogleCloudPlatform/PerfKitBenchmarker/blob/eeb6b5a7eda28f681a6a5fb99fae1b71ea1e5615/perfkitbenchmarker/beam_benchmark_helper.py https://beam.apache.org/documentation/io/testing/ Thanks, Cham On Mon, Oct 30, 2017 at 11:05 AM Reuven Lax <[email protected]> wrote: > One more comment: regardless of which build tool we use for development, we > still need to publish Maven artifacts to support Maven users of Beam. > > On Mon, Oct 30, 2017 at 10:46 AM, Ted Yu <[email protected]> wrote: > > > I agree with Ben's comment. > > > > Recently I have been using gradle in another Apache project and found it > > interesting. > > > > Cheers > > >
