Repository: kafka
Updated Branches:
  refs/heads/trunk b5bc1a1ca -> 6fb25f080


MINOR: Update the README.md to include a note about GRADLE_USER_HOME

Trying to build the source and publish it to internal Maven repo, I ran into an 
issue that I explain in the mailing list discussion here 
https://www.mail-archive.com/devkafka.apache.org/msg56359.html.

The commit here updates the README.md to make a note that the GRADLE_USER_HOME 
environment variable plays a role in deciding which file to add the maven 
configs to.

Author: Jaikiran Pai <jaikiran....@gmail.com>

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

Closes #1837 from jaikiran/readme-update-grade-user-home


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

Branch: refs/heads/trunk
Commit: 6fb25f080fc07948ce2ea620b15b934d91b67d16
Parents: b5bc1a1
Author: Jaikiran Pai <jaikiran....@gmail.com>
Authored: Sat Sep 17 23:01:32 2016 +0100
Committer: Ismael Juma <ism...@juma.me.uk>
Committed: Sat Sep 17 23:01:32 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/6fb25f08/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 063defe..b7f9f4f 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ This is for `core`, `examples` and `clients`
 ### Publishing the jar for all version of Scala and for all projects to maven 
###
     ./gradlew uploadArchivesAll
 
-Please note for this to work you should create/update 
`~/.gradle/gradle.properties` and assign the following variables
+Please note for this to work you should create/update 
`${GRADLE_USER_HOME}/gradle.properties` (typically, 
`~/.gradle/gradle.properties`) and assign the following variables
 
     mavenUrl=
     mavenUsername=

Reply via email to