jto commented on code in PR #17739:
URL: https://github.com/apache/beam/pull/17739#discussion_r881316905


##########
runners/flink/1.12/build.gradle:
##########
@@ -22,8 +22,8 @@ project.ext {
   // Set the version of all Flink-related dependencies here.
   flink_version = '1.12.7'
   // Version specific code overrides.
-  main_source_overrides = ['./src/main/java']
-  test_source_overrides = ['./src/test/java']
+  main_source_overrides = ["${basePath}/1.11/src/main/java", './src/main/java']

Review Comment:
   Ah yes I did not realize that :) Thanks for the quick response. I fixed the 
PR accordingly.



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