jerryshao commented on code in PR #7877:
URL: https://github.com/apache/gravitino/pull/7877#discussion_r2287725506
##########
docs/how-to-build.md:
##########
@@ -45,16 +45,10 @@ license: "This software is licensed under the Apache
License version 2."
./gradlew build
```
- The default specified JDK version is 8, but if you want to use JDK 11 or 17
to build, modify the property `jdkVersion` to 11 or 17 in the
`gradle.properties` file, or specify the version with `-P`, like:
+ If you want to use the client module with JDK 8, you can specify the
version using -PclientCompatibleWithJDK8, for example:
Review Comment:
Do you still have this "clientCompatibleWithJDK8" property?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]