-
Notifications
You must be signed in to change notification settings - Fork 19
JDK9 support #27
Comments
Reproduced. Looks like the I think Error Prone simply is not compatible with JDK 9 yet. |
See google/error-prone#448 (comment)
So, I'll change the plugin to support JDK 9 (i.e. no longer fail when there's no |
In retrospect, not really knowing how Error Prone will tackle the problem, it's probably safer to wait for them to support JDK 9 and only then update the plugin accordingly. WDYT? |
I'm fine disabling in my build. I think being explicit is reasonable. |
FWIW, 8aa08a8 (shipped in 0.0.9) now handles the case where (leaving this issue open as this will need to change anyway once Error Prone supports JDK 9) |
It looks like JDK 9 support is becoming official through the use of the I'd rather wait for the final JDK 9 release before making any change though (if any, having to use the |
Finally released so a bunch of tooling is officially busted. ;) |
A PR hits the "no tools.jar" wall junit-team/junit5#961 -- any news on supporting JDK 9? |
Let me have a look at it. It looks like |
I just release v0.0.13 which works with Java 9; but please note that Error Prone does not support JPMS or the Closing this issue, as things are now on Error Prone's side. |
Thanks Thomas!
Okay for me. :) |
Using 9ea and Gradle 3.0, the plugin has to be disabled due to the error
The text was updated successfully, but these errors were encountered: