What is the minimum required Java version to build the SDK? #5465
Replies: 2 comments
-
Yes java 17 is required to build, but the artifacts produced by the build are java 8 compatible. Looks like we need to update the contribution guidelines. Sorry about that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I will submit a PR with the doc change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's been a while since I last was involved with the project. so I was following the contribution guidelines and I wasn't able to build the project with Java 11 as per here.
It gave me an error saying Java 17 was required.
Happy to submit a PR to change the contribution guide if it should be Java 17, but wanted to ask here first
Beta Was this translation helpful? Give feedback.
All reactions