This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch lostluck-beam12829 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 305fbe67e08fbd9d4c9c35b27febea60a00478f1 Author: Robert Burke <[email protected]> AuthorDate: Tue Nov 23 19:57:10 2021 -0800 [BEAM-12829] Never copy .gogradle/** for Python. --- buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index 93df6b5..8fd9bd8 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -2363,6 +2363,7 @@ class BeamModulePlugin implements Plugin<Project> { '**/build/**', '**/dist/**', '**/target/**', + '**/.gogradle/**', '**/*.pyc', 'sdks/python/*.egg*/**', 'sdks/python/test-suites/**',
