Repository: kafka Updated Branches: refs/heads/0.8.1 cb23e5d91 -> 11f397593
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/11f39759 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/11f39759 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/11f39759 Branch: refs/heads/0.8.1 Commit: 11f3975930a72823b20532c8c37732e47f4a2f6b Parents: cb23e5d Author: Joe Stein <[email protected]> Authored: Wed Feb 19 10:52:34 2014 -0500 Committer: Joe Stein <[email protected]> Committed: Wed Feb 19 10:52:34 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/11f39759/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/11f39759/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=
