This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.2 by this push:
new e291546dd21 MINOR: add comma before "and" in README (#22064)
e291546dd21 is described below
commit e291546dd211ea1a4781896cd5747b4b3c9d3007
Author: Chia-Yi Chiu <[email protected]>
AuthorDate: Thu Apr 16 02:06:02 2026 +0900
MINOR: add comma before "and" in README (#22064)
Reviewers: Andrew Schofield <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 49d1f9fd5cf..a8584f1de75 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ Streams has multiple sub-projects, but you can run all the
tests:
### Building IDE project ####
*Note Please ensure that JDK17 is used when developing Kafka.*
-IntelliJ supports Gradle natively and it will automatically check Java syntax
and compatibility for each module, even if
+IntelliJ supports Gradle natively, and it will automatically check Java syntax
and compatibility for each module, even if
the Java version shown in the `Structure > Project Settings > Modules` may not
be the correct one.
When it comes to Eclipse, run:
@@ -150,7 +150,7 @@ When it comes to Eclipse, run:
./gradlew eclipse
The `eclipse` task has been configured to use `${project_dir}/build_eclipse`
as Eclipse's build directory. Eclipse's default
-build directory (`${project_dir}/bin`) clashes with Kafka's scripts directory
and we don't use Gradle's build directory
+build directory (`${project_dir}/bin`) clashes with Kafka's scripts directory,
and we don't use Gradle's build directory
to avoid known issues with this configuration.
### Publishing the streams quickstart archetype artifact to maven ###