tbroyer / gradle-errorprone-plugin

Gradle plugin to use the error-prone compiler for Java
Apache License 2.0
366 stars 32 forks source link

Error when compiling with error-prone version `2.19.0` #78

Closed DenuxPlays closed 1 year ago

DenuxPlays commented 1 year ago

When I updated to the newest version of error prone I get an exception when building with Java 11: image When building with Java 17 or 20 it works fine.

DenuxPlays commented 1 year ago

Sorry Seems to be an issue with error-prone itself: https://github.com/google/error-prone/issues/3895