shehzaadn-vd commented on a change in pull request #14115: URL: https://github.com/apache/beam/pull/14115#discussion_r584121187
########## File path: runners/flink/job-server/flink_job_server.gradle ########## @@ -78,6 +79,7 @@ configurations.all { dependencies { compile project(flinkRunnerProject) + permitUnusedDeclared project(flinkRunnerProject) // BEAM-11761 Review comment: without this line, analyzeDependencies products an unusedDeclared error for all runners/flink/<version>/job-server/. We could have removed the compile line, but we can't until BEAM-11761 remains open. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org