ibzib commented on a change in pull request #13685:
URL: https://github.com/apache/beam/pull/13685#discussion_r562859085
##########
File path: sdks/java/core/build.gradle
##########
@@ -71,6 +72,8 @@ test {
dependencies {
antlr library.java.antlr
+ // antlr is used to generate code from sdks/java/core/src/main/antlr/
+ permitUnusedDeclared "org.antlr:antlr4:4.7"
Review comment:
```suggestion
permitUnusedDeclared library.java.antlr
```
----------------------------------------------------------------
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:
[email protected]