Abacn commented on code in PR #22046:
URL: https://github.com/apache/beam/pull/22046#discussion_r906266413


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -1064,6 +1066,7 @@ class BeamModulePlugin implements Plugin<Project> {
         // of the codebase. It is runtime so users can also take advantage of 
them. The annotations themselves
         // are MIT licensed (checkerframework is GPL and cannot be distributed)
         implementation 
"org.checkerframework:checker-qual:$checkerframework_version"
+        implementation 
"org.checkerframework:checker-compat-qual:$checkercompatframework_version"

Review Comment:
   what does this new dep do and shall we have an issue to record this?



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