From 14671e28d7f6c530796d3abffd4f7ccb74ac849e Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Mon, 18 Oct 2021 11:19:05 +0300 Subject: [PATCH] MINOR: Fix typo in README.md (#11407) Reviewers: Mickael Maison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c5f33417e3..f011c6116e8 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ The `eclipse` task has been configured to use `${project_dir}/build_eclipse` as 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 jar for all version of Scala and for all projects to maven ### +### Publishing the jar for all versions of Scala and for all projects to maven ### The recommended command is: ./gradlewAll publish