You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2016/12/16 23:03:03 UTC

kafka git commit: KAFKA-4552; README.md has org.gradle.project.maxParallelForms instead of maxParallelForks

Repository: kafka
Updated Branches:
  refs/heads/trunk b58b6a1be -> e156f5179


KAFKA-4552; README.md has org.gradle.project.maxParallelForms instead of maxParallelForks

Author: Colin P. Mccabe <cm...@confluent.io>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #2270 from cmccabe/KAFKA-4552


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e156f517
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e156f517
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e156f517

Branch: refs/heads/trunk
Commit: e156f5179f18e045b8f47e8fe5c1e39eaee2afec
Parents: b58b6a1
Author: Colin P. Mccabe <cm...@confluent.io>
Authored: Fri Dec 16 15:02:39 2016 -0800
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Fri Dec 16 15:02:46 2016 -0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/e156f517/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e65bfc2..d55098e 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ may not be dedicated to Kafka's build.
 
 ### Common build options ###
 
-The following options should be set with a `-D` switch, for example `./gradlew -Dorg.gradle.project.maxParallelForms=1 test`.
+The following options should be set with a `-D` switch, for example `./gradlew -Dorg.gradle.project.maxParallelForks=1 test`.
 
 * `org.gradle.project.mavenUrl`: sets the URL of the maven deployment repository (`file://path/to/repo` can be used to point to a local repository).
 * `org.gradle.project.maxParallelForks`: limits the maximum number of processes for each task.