vthacker commented on pull request #1816: URL: https://github.com/apache/lucene-solr/pull/1816#issuecomment-686220105
> Why is there this strange dependency? Listing it under plugins should be enough. Ah okay! Just getting starter with gradle so I'll be making some mistakes like that :) The error prone [docs](https://errorprone.info/docs/installation) point to this plugin for gradle integration. Hopefully this change is more in tune with how to add error-prone To get this plugin integrated ( without fixing all the warnings/errors ) we'd need to set this `options.errorprone.allErrorsAsWarnings = true` and remove `"-Werror",` from the `defaults-java.gradle` file ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org