This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new 7a8f7f606bd MINOR: add comma before "and" in README (#22064)
7a8f7f606bd is described below
commit 7a8f7f606bdccc7c11aedda04ed04c289b8d0eee
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 4c2fc4e1f16..d22bc39ca88 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,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:
@@ -142,7 +142,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 ###