We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is two java compiler version in master branch,1.7 and 1.8.
Should we upgarde it to 1.8 or newer. For the following reasons:
Please think about it. Thanks.
The text was updated successfully, but these errors were encountered:
Duplicate of #4671.
Note that there is nothing to "unify" here. The 1.8s you see there are all Android, which can do language desugaring for older platforms but isn't actually Java 8 (e.g., stream is not available; although there is also some library desugaring available). But why it is needed is because of some fallout from Guava warning about dropping Java 7 support (see https://github.com/grpc/grpc-java/releases/tag/v1.38.0 and https://github.com/google/guava/releases/tag/v30.1).
Sorry, something went wrong.
Thanks, I get it. If not necessary, compatibility for older platforms is more important.
No branches or pull requests
There is two java compiler version in master branch,1.7 and 1.8.

Should we upgarde it to 1.8 or newer. For the following reasons:
Please think about it. Thanks.
The text was updated successfully, but these errors were encountered: