Repository: kafka
Updated Branches:
  refs/heads/trunk 22f76d8b3 -> 16c69a844


KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch 
by Joe Stein; Reviewed by Jun Rao


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

Branch: refs/heads/trunk
Commit: 16c69a844fabfe512f8c090fedde2014e392800b
Parents: 22f76d8
Author: Joe Stein <[email protected]>
Authored: Wed Feb 19 10:53:11 2014 -0500
Committer: Joe Stein <[email protected]>
Committed: Wed Feb 19 10:53:11 2014 -0500

----------------------------------------------------------------------
 README.md         | 2 +-
 gradle.properties | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/16c69a84/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ec80083..d0cdde9 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ This is for 'core', 'perf', 'contrib:hadoop-consumer', 
'contrib:hadoop-producer'
 ### Publishing the jar for all version of Scala and for all projects to maven 
###
     ./gradlew uploadArchivesAll
 
-Please note for this to work you need to create/update 
`~/.gradle/gradle.properties` and assign the following variables
+Please note for this to work you should create/update 
`~/.gradle/gradle.properties` and assign the following variables
 
     mavenUrl=
     mavenUsername=

http://git-wip-us.apache.org/repos/asf/kafka/blob/16c69a84/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 447ee44..4827769 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,3 +18,6 @@ version=0.8.1
 scalaVersion=2.8.0
 task=build
 
+mavenUrl=
+mavenUsername=
+mavenPassword=

Reply via email to