This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 128a176b479 MINOR: README.md manual is changed: `aggregatedJavadoc` 
task is extended with a `--no-parallel` switch (#20683)
128a176b479 is described below

commit 128a176b479b8280413b291bdceb587d4e8e20d3
Author: Dejan Stojadinović <[email protected]>
AuthorDate: Sun Oct 12 11:59:20 2025 +0200

    MINOR: README.md manual is changed: `aggregatedJavadoc` task is extended 
with a `--no-parallel` switch (#20683)
    
    Prologue:
    https://github.com/apache/kafka/pull/19513#issuecomment-3390249764
    
    Also related to: #20652
    
    @chia7712 I double-checked custom gradle commands in `README.md` and
    AFAIK we should be fine now.
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 28da38abe1d..f367d1b9bf5 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Follow instructions in https://kafka.apache.org/quickstart
     ./gradlew srcJar
 
 ### Build aggregated javadoc ###
-    ./gradlew aggregatedJavadoc
+    ./gradlew aggregatedJavadoc --no-parallel
 
 ### Build javadoc and scaladoc ###
     ./gradlew javadoc

Reply via email to