This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 0c31c65ae1 chore: Mention how long paradox will took. (#1007)
0c31c65ae1 is described below
commit 0c31c65ae10ec0d216eabff886c3561e7c93a3a2
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Sun Jan 21 16:35:53 2024 +0800
chore: Mention how long paradox will took. (#1007)
* 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..94445d810f 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 (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))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]