This is an automated email from the ASF dual-hosted git repository.
lostluck 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 13fde03 [BEAM-12829] Never copy .gogradle/** for Python. (#16059)
13fde03 is described below
commit 13fde033feff788d2fb0d64459e2b25e7509c2d7
Author: Robert Burke <[email protected]>
AuthorDate: Tue Nov 23 21:03:19 2021 -0800
[BEAM-12829] Never copy .gogradle/** for Python. (#16059)
---
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/**',