diqiu50 commented on code in PR #7877:
URL: https://github.com/apache/gravitino/pull/7877#discussion_r2262040686
##########
docs/how-to-build.md:
##########
@@ -45,16 +45,15 @@ 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:
-
+ The default specified JDK version is 17, but if you want to use a different
JDK version , update the `jdkVersion` property in gradle.properties, or pass it
via the -P option, for example:
```shell
./gradlew build -PjdkVersion=11
Review Comment:
remove it
--
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]