je-ik commented on code in PR #33310:
URL: https://github.com/apache/beam/pull/33310#discussion_r1876213128


##########
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:
   Yes, this is somewhat due to how flink runner is built. Spotless is applied 
using `:runners:flink:spotlessApply`, although the runner is built using e.g. 
`:runners:flink:1.18:build`. This only makes the `:runners:flink:spotlessApply` 
called automatically for all versions.



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