From 1239d6dd5377aa60a12e58607928fd6b9428a67e Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Thu, 9 Jan 2025 09:10:18 +0100 Subject: [PATCH] Install jars in parallel, once supported in CLI --- src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt b/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt index 776030c..db47a1e 100644 --- a/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt +++ b/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt @@ -421,7 +421,7 @@ class RecipeMarkdownGenerator : Runnable { Install all of the latest versions of the OpenRewrite recipe modules into the Moderne CLI: ```bash - mod config recipes jar install ${cliInstallGavs} + mod config recipes jar install --parallel ${cliInstallGavs} ``` """.trimIndent() )