Skip to content

update gradle to 7.6 #9802

@gelpenaddict

Description

@gelpenaddict

What version of gRPC-Java are you using?

v1.51.1

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions