-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Latest build seems to require Java 8 #805
Comments
Could you share the full stack trace? |
I can reproduce it with JDK7. The problem is that protobuf-gradle-plugin 0.6.1 requires JDK8 to run. The protobuf-gradle-plugin artifact was built on JDK8, but the build file has |
If artifacts are compiled under Java 1.8, they wil require Java 1.8 to run. See grpc/grpc-java#805
|
When building the latest from master, I see an error in the stacktrace indicating that it's looking for Java 8 classes:
The text was updated successfully, but these errors were encountered: