realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Enable error prone and address its warnings #7551

Open sync-by-unito[bot] opened 3 years ago

sync-by-unito[bot] commented 3 years ago

During the upgrade to Gradle 7.1.1 we had to bump ErrorProne version. This brought a new set of warnings to the project.

This issue tracks that we have to reenable the plugin and address the warnings.