chore: Mention how long paradox will took. (#1007)

* chore: Mention how long paradox will took.
This commit is contained in:
He-Pin(kerr) 2024-01-21 16:35:53 +08:00 committed by GitHub
parent 030410b332
commit 0c31c65ae1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -308,8 +308,8 @@ object PekkoBuild {
UsefulTask("sortImports", "Sort the imports"),
UsefulTask("mimaReportBinaryIssues ", "Check binary issues"),
UsefulTask("validatePullRequest ", "Validate pull request"),
UsefulTask("docs/paradox", "Build documentation"),
UsefulTask("docs/paradoxBrowse", "Browse the generated documentation"),
UsefulTask("docs/paradox", "Build documentation (takes ~10+ minutes)"),
UsefulTask("docs/paradoxBrowse", "Browse the generated documentation (takes ~10+ minutes)"),
UsefulTask("tips:", "prefix commands with `+` to run against cross Scala versions."),
UsefulTask("Contributing guide:", "https://github.com/apache/incubator-pekko/blob/main/CONTRIBUTING.md")).map(
_.noAlias))