tbroyer/gradle-errorprone-plugin-v0.0.x

JDK8 + errorprone-1.3-SNAPSHOT = ClassCastException

ben-manes opened this issue · 6 comments

The return value of the compiler (ErrorProneCompiler.java:57) was changed from an int to an enum in Java 8 with an exitCode field. See the OpenJDK source.

Fixed in master.

Thanks!

P.S. You should validate against Gradle 2.3-rc-1 prior to release

0.0.6-SNAPSHOT is not available in the Sonatype snapshots repository. By listing it in the README implies that it is, vs saying on master

I had failures with oss.sonatype.org earlier today, should be OK now.