This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch He-Pin-patch-3 in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
commit dac353ae59b68920635ccaf12d110abb4e47b4b1 Author: He-Pin(kerr) <[email protected]> AuthorDate: Sun Jan 21 15:04:23 2024 +0800 chore: Mention how long paradox will took. --- project/PekkoBuild.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/PekkoBuild.scala b/project/PekkoBuild.scala index b065547f03..f9ec0e38f5 100644 --- a/project/PekkoBuild.scala +++ b/project/PekkoBuild.scala @@ -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(tooks ~10+ minutes)"), + UsefulTask("docs/paradoxBrowse", "Browse the generated documentation(tooks ~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)) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
