-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Milestone
Description
What version of gRPC-Java are you using?
What is your environment?
MacOS 13.1
JDK 19
What did you expect to see?
successful execution of ./gradlew installDist
What did you see instead?
java.lang.illegalargumentexception: unsupported class file major version 63
Steps to reproduce the bug
./gradlew installDist
The solution was to update gradle distrubtionUrl's to:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
JDK19 support was added in Gradle 7.6: https://docs.gradle.org/7.6/release-notes.html