From f3cfc76185d17b8a0970bb19bbb0d4979beec0dc Mon Sep 17 00:00:00 2001 From: Stevo Slavic Date: Wed, 9 Apr 2014 15:50:13 +0200 Subject: [PATCH] KAFKA-1375: Fixed formatting of instructions for using particular version of Scala when running a Gradle build task --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0cdde9..436a703 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ The release file can be found inside ./core/build/distributions/. ### Cleaning the build ### ./gradlew clean -### Running a task on a particular version of Scala #### -either 2.8.0, 2.8.2, 2.9.1, 2.9.2 or 2.10.1) (If building a jar with a version other than 2.8.0, the scala version variable in bin/kafka-run-class.sh needs to be changed to run quick start.) +### Running a task on a particular version of Scala (either 2.8.0, 2.8.2, 2.9.1, 2.9.2 or 2.10.1) ### +#### (If building a jar with a version other than 2.8.0, the scala version variable in bin/kafka-run-class.sh needs to be changed to run quick start.) #### ./gradlew -PscalaVersion=2.9.1 jar ./gradlew -PscalaVersion=2.9.1 test ./gradlew -PscalaVersion=2.9.1 releaseTarGz -- 1.8.4.msysgit.0