ddebowczyk92 commented on code in PR #38961:
URL: https://github.com/apache/beam/pull/38961#discussion_r3429282069
##########
examples/java/common.gradle:
##########
@@ -35,6 +35,16 @@ configurations.sparkRunnerPreCommit {
exclude group: "org.slf4j", module: "jul-to-slf4j"
exclude group: "org.slf4j", module: "slf4j-jdk14"
}
+configurations.flinkRunnerPreCommit {
Review Comment:
I get your point, but I'm afraid excluding `org.lz4:lz4-java` from the
runner won't work in `examples/java`, since the examples project is the
consumer and the exclude configuration won't propagate up there. What would
work is excluding `at.yawk.lz4:lz4-java` from the runner, but that feels a bit
sketchy to me. What do you think?
--
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]