vlsi 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_r348179767
##########
File path: site/_docs/howto.md
##########
@@ -99,6 +99,10 @@ $ ./gradlew spotlessCheck checkstyleAll # report code style
violations
You can use `./gradlew assemble` to build the artifacts and skip all tests and
verifications.
+You can use `./gradlew :{module}:{command}` pattern to run a command in a
specific
Review comment:
Does it really help?
Isn't it better to put a link to the documentation?
https://docs.gradle.org/current/userguide/what_is_gradle.html#five_things +
https://docs.gradle.org/current/userguide/intro_multi_project_builds.html
I think it covers that pretty well.
----------------------------------------------------------------
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