zabetak commented on a change in pull request #1596: [Document] Add guidance of how to run gradle command(e.g. check) in a URL: https://github.com/apache/calcite/pull/1596#discussion_r350163750
########## File path: site/_docs/howto.md ########## @@ -99,6 +99,9 @@ $ ./gradlew spotlessCheck checkstyleAll # report code style violations You can use `./gradlew assemble` to build the artifacts and skip all tests and verifications. +You might find these two links about Gradle are useful: [Gradle five things](https://docs.gradle.org/current/userguide/what_is_gradle.html#five_things) Review comment: From a quick look the links contain general information about Gradle. They are not Calcite specific and from what I see not specific to tests either. Moving them to _Gradle vs Gradle wrapper_ seems more appropriate. Also I would reformulate as follows: For more information about Gradle check the following links: ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
