You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2019/01/29 00:40:30 UTC

[beam] branch master updated: add base plugin to py3 container build

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

scott 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 8430365  add base plugin to py3 container build
     new daaef01  Merge pull request #7623: apply base plugin to py3 container build
8430365 is described below

commit 8430365005c1d29ef0a083c842d365d860e7d824
Author: Michael Luckey <25...@users.noreply.github.com>
AuthorDate: Fri Jan 25 13:30:37 2019 +0100

    add base plugin to py3 container build
---
 sdks/python/container/py3/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/container/py3/build.gradle b/sdks/python/container/py3/build.gradle
index 9554108..57e4760 100644
--- a/sdks/python/container/py3/build.gradle
+++ b/sdks/python/container/py3/build.gradle
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+apply plugin: 'base'
 apply plugin: org.apache.beam.gradle.BeamModulePlugin
 applyDockerNature()