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


##########
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:
   Flink 1.11 has been deleted from Beam. 1.12 is the current minimum version.
   
   I realized I accidentally left a file in the Flink 1.11 directory, sent a PR 
to fix: #17750



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