You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are other fixups that could be made, e.g there are references to running on older JDKs like JDK 9 and JDK 16, seems like at least some of those could be cleaned up given ErrorProne 2.32.0 no longer runs on anything less than 17.
https://errorprone.info/docs/installation says, "Please note that Error Prone must be run on JDK 11 or newer." That should be updated to "JDK 17 or newer."
The text was updated successfully, but these errors were encountered: