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

mxm 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 fc0a6f6  [BEAM-6634] apply base plugin to 
flink_job_server_container.gradle to be compatible with gradle 5
     new 7ef4891  Merge pull request #7788: [BEAM-6634] Fix Gradle 5 
incompatibility
fc0a6f6 is described below

commit fc0a6f639e0315f3af6988b8be77ceba05205420
Author: Michael Luckey <25622840+adude3...@users.noreply.github.com>
AuthorDate: Fri Feb 8 17:07:56 2019 +0100

    [BEAM-6634] apply base plugin to flink_job_server_container.gradle to be 
compatible with gradle 5
---
 runners/flink/job-server-container/flink_job_server_container.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/runners/flink/job-server-container/flink_job_server_container.gradle 
b/runners/flink/job-server-container/flink_job_server_container.gradle
index a4353dc..dd51777 100644
--- a/runners/flink/job-server-container/flink_job_server_container.gradle
+++ b/runners/flink/job-server-container/flink_job_server_container.gradle
@@ -23,6 +23,7 @@
  */
 
 apply plugin: 'org.apache.beam.module'
+apply plugin: 'base'
 applyDockerNature()
 
 // Resolve the Flink project name (and version) the job-server-container is 
based on

Reply via email to