-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build Gerrit with JDK9 #5896
Comments
It worth noting, that upcoming Bazel 0.16.1 release (tested with rc2 from https://releases.bazel.build/0.16.1/rc2/index.html) doesn't seem to be affected: [1]. Only Bazel 0.17.0rc1 and master are affected. |
cc @buchgr The regression was from updating the embedded JDK to 10 in 4c9149d. The javac we use doesn't support Setting The fix is to update to the JDK 10 javac, but we can't do that until we're ready to drop support for JDK 8 |
On most recent Bazel master (7574d84) the most recent Gerrit master (b0e82956b1e8b4b04d187c26ec6e055beeaedb82) cannot be built any more (it worked already) with JDK9:
The text was updated successfully, but these errors were encountered: