mimaison commented on PR #16578:
URL: https://github.com/apache/kafka/pull/16578#issuecomment-2225314074

   I tried removing `error_prone_annotations` but then compilation is failing:
   ```
   > Task :storage:compileJava
   
/Users/mickael/.gradle/caches/modules-2/files-2.1/com.github.ben-manes.caffeine/caffeine/2.9.3/b162491f768824d21487551873f9b3b374a7fe19/caffeine-2.9.3.jar(/com/github/benmanes/caffeine/cache/Cache.class):
 warning: Cannot find annotation method 'value()' in type 'CompatibleWith': 
class file for com.google.errorprone.annotations.CompatibleWith not found
   
/Users/mickael/.gradle/caches/modules-2/files-2.1/com.github.ben-manes.caffeine/caffeine/2.9.3/b162491f768824d21487551873f9b3b374a7fe19/caffeine-2.9.3.jar(/com/github/benmanes/caffeine/cache/Cache.class):
 warning: Cannot find annotation method 'value()' in type 'CompatibleWith'
   error: warnings found and -Werror specified
   
/Users/mickael/.gradle/caches/modules-2/files-2.1/com.github.ben-manes.caffeine/caffeine/2.9.3/b162491f768824d21487551873f9b3b374a7fe19/caffeine-2.9.3.jar(/com/github/benmanes/caffeine/cache/Policy.class):
 warning: Cannot find annotation method 'value()' in type 'CompatibleWith'
   ```
   
   I've got to admit I've not looked into it further and decided to just remove 
`checker-qual`.


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