Abacn commented on code in PR #27431:
URL: https://github.com/apache/beam/pull/27431#discussion_r1258581643


##########
sdks/python/test-suites/tox/py38/build.gradle:
##########
@@ -139,7 +139,9 @@ task archiveFilesToLint(type: Zip) {
   from ("$rootProject.projectDir") {
     include "**/*.md"
     include "**/build.gradle"
+    include '**/build.gradle.kts'
     exclude "**/node_modules/*"
+    exclude "**/.gogradle/*"

Review Comment:
   if not run on a clean repo (not built before, .gogradle contains 3rd party 
go dependency (which is similar to node_modules that stores npm deps)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to