kennknowles commented on code in PR #33310:
URL: https://github.com/apache/beam/pull/33310#discussion_r1876208133


##########
runners/flink/flink_runner.gradle:
##########
@@ -422,3 +422,8 @@ createPipelineOptionsTableTask('Python')
 // Update the pipeline options documentation before running the tests
 test.dependsOn(generatePipelineOptionsTableJava)
 test.dependsOn(generatePipelineOptionsTablePython)
+
+// delegate spotlessApply to :runners:flink:spotlessApply
+tasks.named("spotlessApply") {
+  dependsOn ":runners:flink:spotlessApply"

Review Comment:
   Will this have the right source sets? I would expect the sources for each 
subdirectory to need its own task with the overridden source set. (and yes i 
see this will conflict with the top-level source set - not sure what is the 
best solution)



-- 
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